Home
Programming With Wolfgang
Cancel

How to Connect to a Private AKS Cluster - The Easy Way

In a world where security is paramount, running a private Azure Kubernetes Service (AKS) cluster is a crucial step to protect your workloads. A private cluster removes the public endpoint for the K...

CyberWiseCon Europe 2025 - AKS Security Simplified - Protecting Your Kubernetes Environment

This post, based on a recent video, provides a comprehensive guide to securing an Azure Kubernetes Service (AKS) environment. We will explore key best practices and configurations across authentica...

Speaking about AKS Security at the Azure Cloud Native Meetup

I am excited to announce that I will be speaking at the Azure Cloud Native Meetup on Thursday, August 21, 2025, at 1:00 PM ET! My session, “AKS Security Simplified for Developers,” will dive into ...

ArgoCD SSO with Entra ID Made Easy

This blog post, based on a recent video, provides a detailed walkthrough on how to set up Single Sign-On (SSO) for ArgoCD using Entra ID. This method allows users to authenticate to both the ArgoCD...

Eliminate PATs - ArgoCD Private Repo Access with Managed Identity

Managing secrets and Personal Access Tokens (PATs) for your CI/CD pipelines can be a significant operational burden and a security risk. If a token expires or a user leaves, your deployments can gr...

How to Use ArgoCD with Private GitHub and Azure DevOps Repos

In the rapidly evolving landscape of cloud-native development, GitOps has emerged as a powerful paradigm for managing Kubernetes deployments. At its heart, ArgoCD champions this approach, allowing ...

Welsh Azure User Group - From Vms to Managed DevOps Pools

Managing and optimizing your Azure DevOps pipeline agents is crucial for efficient and cost-effective CI/CD workflows. As development practices evolve, so do the options for hosting these critical ...

Deploying Apps with Helm Charts in ArgoCD UI

This post provides a comprehensive guide on deploying applications using Helm charts within Argo CD, covering both public and private repository scenarios. If you’re looking to streamline your Kube...

From VMs to Managed Pools - Navigating Azure DevOps Agent Hosting - Warsaw IT Days 2025

This post, inspired by “From VMs to Managed Pools - Navigating Azure DevOps Agent Hosting” by Programming with Wolfgang, provides an insightful look into the various hosting options for Azure Pipel...

GitOps on AKS - It Just Got Easier with the ArgoCD Extension

This post introduces the AKS GitOps Argo CD extension, a powerful tool designed to simplify Kubernetes application management. We’ll explore its ease of use and discuss how it streamlines deploymen...