Skip to Content
DocumentationInstallDesktop

Desktop

To run Kubetail on your desktop, 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. Have fun viewing your Kubernetes logs in realtime!

💡

Kubetail will use your local kube config file to connect to the cluster specified by your default context so just switch your kubectl context to view the logs from a different cluster.

Last updated on