Category: Cloud Native Security
-
AKS | Remove the Defender Profile from an AKS Cluster
Read more: AKS | Remove the Defender Profile from an AKS ClusterHi! In this article, I will show you how you can remove the Defender for Containers profile from an existing AKS Cluster. az login az account set –subscription <subscription-id> az…
-
AKS | Subnet per node pool
Read more: AKS | Subnet per node poolHi! A workload may require splitting a cluster’s nodes into separate pools for logical isolation. This isolation can be supported with separate subnets dedicated to each node pool in the…
-
AKS | Cluster Extension
Read more: AKS | Cluster ExtensionHi! In this article, I will share with you a new AKS feature: Cluster Extension. Cluster extensions provides an Azure Resource Manager driven experience for installation and lifecycle management of…
-
AKS | Message of the Day
Read more: AKS | Message of the DayHi! In this article, I will show you how you can replace the Message of the Day on Linux nodes at cluster creation or node pool creation. When you first…
-
AKS | Bring your own Container Network Interface (CNI)
Read more: AKS | Bring your own Container Network Interface (CNI)Hi! This article shows how to deploy an AKS cluster with no CNI plugin pre-installed, which allows for installation of any third-party CNI plugin that works in Azure. # Install…
-
AKS | Node Pool Snapshot
Read more: AKS | Node Pool SnapshotHi! In this article, we will see a new feature of AKS : Node Pool Snapshot. AKS releases a new node image weekly and every new cluster, new node pool,…