Trying out the preview of Azure Active Directory pod-managed identities in Azure Kubernetes Service

Using managed identities in Azure is recommended when you’re connecting to other Azure services (and even your own services if you’re implementing authentication). In the Kubernetes world, Microsoft has maintained an open-source project called AAD-pod-identity. Recently, a managed and supported version of AAD pod identity for AKS was released in public preview. In this post, […]

Read More

Running Windows containers on the Azure Kubernetes Service (AKS)

Containers and Kubernetes have traditionally been the area of Linux-based workloads. However, things have changed. Windows has supported Docker containers for a while now, and since Kubernetes 1.14, Windows support has been generally available in Kubernetes as well. In this blog post, we’ll explore how you can add Windows nodes to a Kubernetes cluster running […]

Read More