Visualize logs from multiple pods in a single view

Viewing and analyzing logs is part of most developers' daily routines. It is a critical part of the development process, and it is important to be able to view and analyze logs in a way that is easy to access and use.

While you can use Kubectl to view logs, it's not always easy to remember the exact command to use and its parameters.

Aptakube gives you a powerful log viewer that allows you to view logs from multiple pods and containers at the same time. Pod and container names are colorized to make it easy to distinguish between them.

How to use the Log Viewer

Logs are aggregated based on all pods owned by the resource. You can find the Logs tab on the Resource View of Pods, Deployments, ReplicaSets, DaemonSets, StatefulSets, and Services.

While Services don't own pods, they often target pods using their selector, so we show logs from all selected pods.

Screenshot of Aptakube showing logs from multiple pods in one view
  1. Pods & Containers: Select which pods and containers would you like to view the logs from.
  2. Time Since: Defines how far back to look for logs.
  • Live Tail means that only new logs are shown. Useful to view real-time logs.
  • Terminated will show logs from previously terminated containers (if any). Useful to view logs from crashed/errored containers.
  • {X}h ago or {X}d ago will show logs from the last X hours or days.
  1. Settings: Extra configuration for your Log Viewing experience, such as Line Wrap, Full Screen and Coloring, as well the option to download logs or copy them to the clipboard.
  2. Filter: Filter or Find logs using keywords. Aptakube will highlight the keywords in the logs and the option to navigate to the next or previous occurrence.
  3. Stats: Stats for how many logs were found, logs frequency (logs per second), and the option to follow the logs in real-time.
Tired of using Kubectl? 😓

Give Aptakube a go — a modern, lightweight Kubernetes interface.

Screenshot of Aptakube showing a list of pods from 2 clusters in a single view