Home
Programming With Wolfgang
Cancel

Azure Back to School - From VMs to Managed DevOps Pools - Navigating Azure DevOps Agent Hosting

In the world of automated software delivery, Azure Pipeline agents are the workhorses that build, test, and deploy your code. Choosing the right type of agent is crucial for balancing cost, perform...

Video - Style the Azure Portal your Way

Style the Azure Portal your Way

In the world of cloud management, the Azure portal is a daily tool for many. However, its built-in styling options can feel limited, often leaving users with a less-than-ideal visual experience. Th...

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