Pods
kubectl get podkubectl get pods --sort-by='.status.containerStatuses[0].restartCount'kubectl get pods --field-selector=status.phase=Runningkubectl delete pod <pod_name>kubectl describe pod <pod_name>kubectl create pod <pod_name>kubectl exec <pod_name> -c <container_name> <command>kubectl exec -it <pod_name> /bin/shkubectl top podLast updated