kubectl run nginx --image=nginx
kubectl get pods
kubectl run nginx-port --image=nginx --port=80
kubectl describe pod nginx-port
kubectl run nginx --image=nginx --port=80 --dry-run=client -o yaml
kubectl delete pod nginx
kubectl delete pod --all
kubectl run nginx --image=nginx
kubectl get pods
kubectl run nginx-port --image=nginx --port=80
kubectl describe pod nginx-port
kubectl run nginx --image=nginx --port=80 --dry-run=client -o yaml
kubectl delete pod nginx
kubectl delete pod --all