• Check logs with kubectl logs <application>
  • If there are two or more containers, must specify which container you want to check. An example command is:
    kubectl logs webapp-2 -c simple-webapp
    

Updated: