devops/solutions/pod-commands.md
2026-01-01 00:00:00 +00:00

188 B

Sample Submission: Q4 File-Judge

  • kubectl get pods
  • kubectl get pods -o wide
  • kubectl describe pod nginx-demo
  • kubectl logs nginx-demo
  • kubectl exec -it nginx-demo -- sh