Dual-Stack Networking in Azure CNI Overlay for AKS: Step-by-Step Guide

Reading Time: 4 minutes In the dynamic world of cloud computing and Kubernetes, Azure Kubernetes Service (AKS) has introduced an exciting public preview feature: Dual-Stack Networking in Azure CNI Overlay. This feature allows both IPv4 and IPv6 addresses to coexist in the same cluster, enhancing connectivity and preparing your infrastructure for the future. Let’s Read more…

Introducing the New “az aks copilot” Preview Feature for Azure Kubernetes Service (AKS) in Azure CLI

Reading Time: 3 minutes Azure CLI has always been the go-to tool for cloud practitioners working with Microsoft Azure. With the addition of the az aks copilot command, Azure has integrated advanced chat-based assistance directly into the CLI. This command enables users to chat with an expert on Azure Kubernetes Service (AKS), allowing for Read more…

Installing Flux (GitOps) AKS cluster extension to a tainted node pool

Reading Time: 2 minutes I am starting to see GitOps more and more lately especially now it can be easily installed using an AKS cluster extension. Not sure what a cluster extension is? Check out this blog post. https://pixelrobots.co.uk/2022/02/azure-kubernetes-service-aks-addons-and-extensions-who-is-responsible/ One thing I have noticed is that when people have installed flux via the cluster Read more…