ssh cluster
kubectl run test --image gcr.io/google-samples/hello-app:1.0
kubectl get pods -w
kubectl get pods -o wide
kubectl logs test
kubectl describe pod
kubectl delete pod test
ssh cluster
kubectl run test --image gcr.io/google-samples/hello-app:1.0
kubectl get pods -w
kubectl get pods -o wide
kubectl logs test
kubectl describe pod
kubectl delete pod test