- Kubernetes:A Complete DevOps Cookbook
- Murat Karslioglu
- 36字
- 2025-04-04 13:20:39
Deleting your cluster
To delete your cluster, use the following command:
$ az aks delete --resource-group k8sdevopscookbook --name AKSCluster
This process will take a few minutes and, when finished, you will receive confirmation of this.