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. 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. Support for pods with multiple containers is coming in a future release. Deploy Boards pod list

Requirements

Enabling Deploy Boards is required in order to be able to use Pod Logs.