Answers for "access kubectl inside a pod"

1

kubernetes get inside pod

kubectl exec -it <pod-name> -- sh
Posted by: Guest on March-09-2021
2

connect to pod kubectl

kubectl exec --stdin --tty shell-demo -- /bin/bash
Posted by: Guest on January-06-2021

Browse Popular Code Answers by Language