Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 607 Bytes

module-8-cleanup.md

File metadata and controls

34 lines (23 loc) · 607 Bytes

Module 8 - Clean up

  1. Delete the example application stacks and namespaces.

    kubectl delete -f pre/3-stars.yaml
  2. Delete the AKS cluster.

    az aks delete \
      --resource-group $RESOURCE_GROUP \
      --name $CLUSTERNAME
  3. Delete the resource group.

    az group delete \
      --name $RESOURCE_GROUP
  4. Delete environment variables backup file.

    rm envLabVars.env

⬅️ Module 7 - Policy Debugging with eBPF

↩️ Back to Main