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...
Deploy Traefik Gateway API on AKS in Minutes - Part 14
The Kubernetes Gateway API is the modern standard for managing traffic within a cluster. While many cloud providers offer managed gateway services, running a cluster-native implementation like Trae...
Kubernetes Gateway API with Nginx - Ditching the Cloud Provider Lock-in - Part 13
Kubernetes traffic management has historically been tied to specific cloud provider implementations or legacy Ingress controllers. While managed services like Azure Application Gateway for Containe...
WAF Security for AKS with Application Gateway for Containers - Part 12
Security is a top priority when exposing applications to the internet. While the Kubernetes Gateway API and Application Gateway for Containers (AGFC) provide robust traffic management, adding a Web...
AKS Monitoring with Prometheus and Grafana - Part 11
In modern cloud environments, visibility is everything. Once you have your Kubernetes Gateway API and Azure Kubernetes Service (AKS) running, the next critical step is ensuring you can see what is ...
AKS Traffic Splitting Canary and A-B Deployments - Part 10
Modern deployment strategies focus on reducing risk and ensuring a seamless user experience. By utilizing the Kubernetes Gateway API on Azure Kubernetes Service (AKS), you can gain fine-grained con...
URL Rewrite & URL Redirect with Application Gateway for Containers - Part 9
As application architectures evolve, the way we manage traffic needs to stay flexible. You might need to reorganize your backend services, move content to new paths, or rename legacy endpoints with...
Speaking about AKS Security at The Festive Tech Calendar 2025
It’s the most wonderful time of the year—not just for the holidays, but for incredible community tech content! I’m excited to share that I am wrapping up my year of public speaking by participating...
AKS Gateway Routing Path, Query, and Headers - Part 8
Setting up basic hostname routing is the first step, but modern applications demand more surgical precision when directing traffic. Part 8 of our Kubernetes Gateway API series dives deep into the a...
CI/CD for AKS Dynamic PR Environments with TLS - Part 7
Modern DevOps practices emphasize fast feedback loops and isolated testing. Ephemeral environments—temporary, full-stack deployments created for specific feature branches or pull requests (PRs)—are...
