Skip to Content

User-friendly Kubernetes logging

Kubetail is a real-time logging dashboard for Kubernetes

Key Features

Quickstart

First, install the Kubetail CLI tool (kubetail) via homebrew (or the latest release binaries):

brew install kubetail

Next, start the web dashboard using the serve subcommand:

kubetail serve

This command will open http://localhost:7500/ in your default browser. To view the logs for a different cluster just change your kubectl context.

Have fun viewing your Kubernetes logs in realtime! Send us an email to let us know what you think ([email protected]).