Cleaning up resources
Before cleaning up all the resources deployed to your Azure subscription, make sure that there are no Anjuna Confidential Pods running in your cluster, and that the Anjuna Kubernetes Toolset has been correctly uninstalled.
To clean up all the compute resources within your Azure subscription, run the following command to delete the entire resource group.
If your gallery has published image versions, they must be deleted manually before running the commands below. Refer to Cleaning up application resources in the next section for more information and examples. |
$ terraform -chdir=${WORKSPACE}/iac/azure/shared destroy
If you created a cluster using the cluster
Terraform module provided with the Anjuna Kubernetes Toolset,
you can delete it by running:
$ terraform -chdir=${WORKSPACE}/iac/azure/cluster destroy