Command
kubectl delete pod <pod-name>
Explanation
Removes a pod from the cluster.
Examples
Delete specified pod
kubectl delete pod my-app-pod-1234
kubectl delete pod <pod-name>
Removes a pod from the cluster.
Delete specified pod
kubectl delete pod my-app-pod-1234