A Guide for Delete Pods from Kubernetes Nodes - kubectl delete
What is a pod in Kubernetes
Kubernetes has the smallest execution unit, called a pod. A pod includes one or more applications. Pods are ephemeral by nature, so if a pod fails (or the node on which it is executing fails), Kubernetes has an automatic w...
refine.hashnode.dev10 min read