kubectl get pods - список подов
kubectl run test123 –generator=run-pod/v1 –image=httpd:latest –port=80
kubectl delete pods test123
kubectl describe pods test123
kubectl execute test123 date
kubectl execute -it test123 sh
kubectl logs test123
kubectl port-forward test123 8080:80
kubectl apply -f mypodfile.yaml