Tag: AKSAzure Cluster

AKS | Remove the Defender Profile from an AKS Cluster & Release Tracker
AKS | Remove the Defender Profile from an AKS Cluster & Release Tracker
Blog Posts

Hi! 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 update –disable-defender –resource-group <your-resource-group> –name <your-cluster-name> To verify that the profile was successfully removed, run the following command: kubectl get pods -n azuredefender AKS… READ MORE