how long should kubectl commands take code example
Example 1: kubectl delete all pods
kubectl delete --all pods
Example 2: kubectl to show label of pod
kubectl get pods --show-labels
kubectl delete --all pods
kubectl get pods --show-labels