View workspace logs in Kubernetes console

View Che workspace logs in the Kubernetes web console.

Prerequisites
  • You have a running Che workspace.

  • You have access to the Kubernetes web console.

Procedure
  1. In the Che dashboard, go to Workspaces.

  2. Click a workspace name to display the workspace overview page. This page displays the Kubernetes namespace name <namespace_name>.

  3. Click the upper right Applications menu, and click the Kubernetes console link.

  4. Run the next steps in the Kubernetes console, in the Administrator perspective.

  5. Click Workloads > Pods to see a list of all the active workspaces.

  6. In the Project drop-down menu, select the <namespace_name> namespace to narrow the search.

  7. Click the name of the running pod that runs the workspace. The Details tab contains the list of all containers with additional information.

  8. Go to the Logs tab.

Verification
  • The Logs tab displays container logs for the workspace Pod.