...

>

Deleting a Namespace and All Its Objects

Deleting a Namespace and All Its Objects

In this lesson, we will delete the Namespace and everything associated with it.

The Cascaded Deletion

Another handy feature of the Namespaces is their cascading effect. If, for example, we delete the testing Namespace, all the objects and the resources running inside it will be ...

Shell
kubectl delete ns testing
kubectl -n testing get all

We ...

Access this course and 1800+ top-rated courses and projects.