Start interactive bash session inside Pod
29 May 2025 (Updated 29 May 2025)
Assuming your pod has bash
, run:
kubectl exec -it <pod-name> -- bash
Tagged:
Kubernetes recipes
Assuming your pod has bash
, run:
kubectl exec -it <pod-name> -- bash