skip to content
Alvin Lucillo

Deleting resources under a namespace

/ 1 min read

If you want to delete all resources under a namespace, you could just simply delete the namespace. You can recreate the namespace if you still need that namespace.

kubectl delete namespace <namespace-name>