Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 242 Bytes

kubernetes.md

File metadata and controls

5 lines (3 loc) · 242 Bytes

Kubernetes Checks:

  • Detects any namespace deletion - the command deletes everything under the namespace.
  • kubectl delete ns {NAMESPACE} - This command deletes the namespace and all its residing components, prompting for confirmation.