kubectl create -f k8s_pod.yml
kubectl get pods
kubectl get pods -o wide
kubectl get pods [NAME] -o wide
kubectl get pods -o wide -l app=[NAME]
kubectl get pods -o wide --namespace=[NAME]
kubectl delete pods
kubectl describe pods
kubectl replace --force -f k8s_pod.yml