Pods, Deployments, Services and any other Kubernetes (K8s) resources can be deleted simply by using the kubectl delete command.
However, you may want to force the deletion, especially if some Pod or Deployment got stuck in a “Terminating” or “Unknown” state.
This post shows how to forcefully delete K8s resources using a kubectl command. (more…)