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...
Video - NGINX Ingress & Cert Manager - The Legacy Way vs Gateway API - Part 17
As we approach the end of our deep dive into the Kubernetes Gateway API, it’s important to look back at the standard that paved the way: NGINX Ingress. For years, Ingress has been the go-to solutio...
Envoy Gateway + Cert Manager - Zero Touch TLS Without Certificate Objects - Part 16
As the Kubernetes ecosystem shifts toward the Gateway API, many engineers are looking for ways to streamline security and traffic management. In Part 16 of our series, we address a common question:...
Envoy Gateway API Setup and Installation on AKS - Part 15
The Kubernetes Gateway API has rapidly become the standard for modern traffic management. While managed services like the Azure Application Gateway for Containers (AGFC) are powerful, they often in...
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...
