Question or problemHow to delete Kubernetes resources deployed from previously exercises or solutions?
InstructionDelete Kubernetes resources from previously exercises or solutionsRun the following commands:copykubectl delete all,ing,cm,secrets,pv,pvc,sa,roles,rolebindings,clusterroles,clusterrolebindings -l purpose=microgateway-tutorialAll relevant Kubernetes resources in the namespace have been deleted successfully.