Starting this February, I will publish a new YouTube video every Tuesday at 9:15 AM ET on the ProgrammingWithWolfgang Youtube Channel. I will cover topics like Azure, AKS, and Azure DevOps but also...
Azure Cloud Native - AKS Security for Developers
In the world of cloud-native development, securing your Kubernetes environment is no longer just a task for operations teams—it’s a critical responsibility for every developer. This post provides a...
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...