Working with Kubernetes Using kubectl
Use kubectl to Check the Status of Worker Nodes in the Cluster
Get a List of Pods Running in the Cluster
kubectl get pods --all-namespaces
Delete an Existing Pod

Create a New Pod

Last updated