Kubernetes Pod Logs (ULTIMATE)

Introduced in GitLab Ultimate 11.0.

GitLab makes it easy to view the logs of running pods in connected Kubernetes clusters. By displaying the logs directly in GitLab, developers can avoid having to manage console tools or jump to a different interface.

NOTE: Kubernetes + GitLab Everything you need to build, test, deploy, and run your app at scale. Learn more.

Overview

Kubernetes pod logs can be viewed directly within GitLab.

Pod logs

Requirements

Deploying to a Kubernetes environment is required in order to be able to use Pod Logs.

Usage

To access pod logs, you must have the right permissions.

You can access them in two ways.

From the project sidebar

Introduced in GitLab 12.5.

Go to Operations > Pod logs on the sidebar menu.

Sidebar menu

From Deploy Boards

Logs can be displayed by clicking on a specific pod from Deploy Boards:

  1. Go to Operations > Environments and find the environment which contains the desired pod, like production.
  2. On the Environments page, you should see the status of the environment's pods with Deploy Boards.
  3. When mousing over the list of pods, a tooltip will appear with the exact pod name and status. Deploy Boards pod list
  4. Click on the desired pod to bring up the logs view, which will contain the last 500 lines for that pod. You may switch between the following in this view:
  5. Pods.
  6. From GitLab 12.4, environments.

Support for pods with multiple containers is coming in a future release.