Remove a deployment
Remove a service
Remove a namespace
Delete a pod
kubectl delete pod <pod-name>
Removes a pod from the cluster.
Delete specified pod
kubectl delete pod my-app-pod-1234
Remove all resources of type
List all pods in current namespace
Show detailed info about a pod