Published
- 1 min read
kubernetes get inside pod
The solution for this is noted below
kubernetes get inside pod
Solution
kubectl exec -it <pod-name> -- sh
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
kubectl exec -it <pod-name> -- sh
Try other methods by searching on the site. That is if this doesn’t work