GitHubDiscord

User-friendly Kubernetes logging

Kubetail is a real-time logging tool for Kubernetes. Tail multiple pods simultaneously, from your terminal or browser.

Free and Open Source (Apache 2 License)

1,600+
GitHub stars
Real-time
Live tail
Multi-pod
Single timeline
GUI + CLI
Your choice

Quickstart

To install kubetail you can use Homebrew:

Terminal window
brew install kubetail
See 15 other options (e.g. Krew, Winget, Ubuntu)
# Homebrew
brew install kubetail
# Krew
kubectl krew install kubetail
# MacPorts
sudo port install kubetail
# Nix (Flake)
nix profile add github:kubetail-org/kubetail-nix
# Nix (Classic)
nix-env -i -f https://github.com/kubetail-org/kubetail-nix/archive/refs/heads/main.tar.gz
# asdf
asdf plugin add kubetail https://github.com/kubetail-org/asdf-kubetail.git
asdf install kubetail latest

If you prefer, you can also download it from the release binaries or use our install script:

Terminal window
curl -sS https://www.kubetail.com/install.sh | bash

Next steps

Start the web dashboard (GUI)

Terminal window
kubetail serve

View logs in your terminal

Terminal window
kubetail logs -f deployments/my-app

Enable advanced features (install Kubetail API)

Terminal window
kubetail cluster install

Initialize a local config file

Terminal window
kubetail config init