Skip to main content

Installation

Glasskube is available for macOS, Windows and Linux. Packages are available for Homebrew and most package managers popular on Linux systems.

On macOS, you can use Homebrew to install and update Glasskube.

brew install glasskube/tap/glasskube

After installing Glasskube on your local machine, make sure to install the necessary components in your Kubernetes cluster by running glasskube bootstrap. For more information, check out our bootstrap guide.

Shell completion

Glasskube provides extensive autocomplete for many popular shells. To take full advantage of this feature, please follow the steps for your shell below.

To install completions in the current shell, run:

source <(glasskube completion bash)

For more information (including persistent completions), run:

glasskube help completion bash