AKS | Remove the Defender Profile from an AKS Cluster

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

Maxime.

Démarrez une conversation

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *