I’ve done some work with a customer lately, where I helped them build a mutating admission controller on Kubernetes. The goal of this blog post is to explain what admission controllers are and how to deploy them on Kubernetes. To keep the content of the post manageable, the development of the admission controller itself is […]
Tag: kubernetes
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 […]
Creating Windows Azure Container Instances using the Virtual Kubelet from the Azure Kubernetes Service
I am working with a customer that is looking to deploy Windows containers from Azure Kubernetes Service (AKS) to Azure Container Instances (ACI) nodes. In this blog post, I’ll explain how this can be done. We’ll start with a quick why somebody would want to do this, how this can be done and then transition […]
Kubernetes GitOps using Azure Arc
Lately, I’ve been learning more about Azure Arc. As part of this learning, I’ve been contributing to a great GitHub repo that contains a number of example scenarios for Azure Arc. Most of these examples are fully automated, so you can learn about Arc even more quickly. My last learning experience was how to leverage […]
Running kind in Windows
Recently, I wrote a blog about how to run kind to run local Kubernetes cluster In that post I installed kind on my WSL setup. Kind – or Kubernetes in Docker – is a way to run local Kubernetes clusters easily and quickly. In this post, I’ll explore how to setup kind on a Windows […]