Working with Kubernetes Using kubectl
Last updated
Last updated
Use kubectl
to list all nodes in the cluster
Verify the nodes are in the READY state
Use kubectl
to list Pods in all namespaces
Verify whether or not these Pods are all up and running
Delete the Pod named web-frontend
Create a new Pod called web-frontend
Make it run a container with the nginx
image
web-frontend.yml