Home
Programming With Wolfgang
Cancel

Programming With Wolfgang on Youtube

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...

Speaking about automating TLS Certificates with Cert-Manager at The Hack Summit 2026

I am presenting a second session at The Hack Summit 2026! My session, “Set It and Forget It: Secure & Automated Certificate Management on AKS,” releases on November 5th, 2026 as an on-demand VO...

Speaking about the Kubernetes Gateway API at The Hack Summit 2026

I am presenting at The Hack Summit 2026! My session, “Beyond Ingress: Mastering the Kubernetes Gateway API,” goes live as a Video on Demand (VOD) session on November 5th, 2026. For years, Kubernet...

AKS MCP - The VS Code Cache That Breaks Authentication

When securing a Model Context Protocol (MCP) server running on Azure Kubernetes Service (AKS) using Microsoft Entra ID (formerly Azure AD) App Registrations, authentication provides a crucial layer...

MS Tech Summit 2026 - Beyond Ingress - Mastering the Kubernetes Gateway API

For years, the standard Kubernetes Ingress resource has served as the default gateway for routing external HTTP and HTTPS traffic into containerized workloads. While Ingress simplified cluster entr...

How to Restrict User Access to the AKS MCP Server

When deploying a Model Context Protocol (MCP) server for Azure Kubernetes Service (AKS), convenience often comes at the expense of security. By default, initial deployments operate without authenti...

Warsaw IT Days 2026 - Set It and Forget It - Secure & Automated Certificate Management on AKS

Managing TLS certificates manually across enterprise Kubernetes clusters is an operational risk. Expired certificates lead to unexpected service outages, security warnings, and broken integrations....

Ditch Port Forwarding - Exposing AKS MCP via Kubernetes Gateway API

Connecting to an Azure Kubernetes Service (AKS) Model Context Protocol (MCP) server via local port forwarding is fine for quick sanity checks, but it falls apart fast in real usage. Connections dro...

Warsaw IT Days 2026 - Beyond Ingress - Mastering the Kubernetes Gateway API

Managing TLS certificates across dynamic cloud environments can quickly become an operational headache. While traditional Kubernetes Ingress handles basic routing and SSL termination, modern platfo...

The AKS MCP Server - Awesome Tool, Horrible Docs

The Azure Kubernetes Service (AKS) Model Context Protocol (MCP) server introduces a declarative interface for AI agents to interact directly with Kubernetes workloads. Connecting local AI agents or...