hostname
in a terminal window. For
deployments the pod name is available from the logs tab of the deployment
under the heading name.
anaconda-session-XXXXX
and deployments are
named anaconda-app-XXXX
.sudo gravity enter
.kubectl get pods
to view a list of all running session pods.kubectl logs <POD-NAME>
to display the logs for the pod specified.