Part 2: Deprovision
This is Part 2 of a multi-part, self-paced quick start exercise. In this section, you will deprovision the newly managed AKS cluster. Now that the cluster is managed, the controller will remove all of the underlying cluster infratructure in Azure.
Step 1: Deprovision Cluster¶
In this step, we will deprovision the AKS cluster through the web conole. The controller will cleanup all cluster resources in Azure.
- Navigate to your project
- Select Infrastructure -> Clusters
- Click on the gear icon of the cluster and select "Delete"
- When prompted, select "Yes" to confirm the deletion of the cluster
The cluster provision status will show " INFRA DELETION IN PROGRESS". Note, it can take approximately 20 minutes for the deletion to finish
Once the deletion is complete, the cluster will be removed from the web console
You can also check the Azure console to verify the cluster has been removed from Azure.
Recap¶
Congratulations! At this point, you have successfully deprovisioned the cluster.