Multi Container Pods

##
kubectl exec <pod-name> -c <container-name> -it -- cat /log/app.log
  • This exact same logs can be found at kubectl logs command.

Last updated