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:
brew install kubetailSee 15 other options (e.g. Krew, Winget, Ubuntu)
# Homebrewbrew install kubetail
# Krewkubectl krew install kubetail
# MacPortssudo 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
# asdfasdf plugin add kubetail https://github.com/kubetail-org/asdf-kubetail.gitasdf install kubetail latestIf you prefer, you can also download it from the release binaries or use our install script:
curl -sS https://www.kubetail.com/install.sh | bashNext steps
Start the web dashboard (GUI)
kubetail serveView logs in your terminal
kubetail logs -f deployments/my-appEnable advanced features (install Kubetail API)
kubetail cluster installInitialize a local config file
kubetail config init