k9s

Installs k9s, a terminal UI for managing Kubernetes clusters.

Current version: 0.2.0 | k9s on GitHub

Usage

"features": {
  "ghcr.io/devopsbuildingblocks/devcontainer-features/k9s:0": {}
}

With a custom theme:

"ghcr.io/devopsbuildingblocks/devcontainer-features/k9s:0": {
  "theme": "nord"
}

Options

OptionTypeDefaultDescription
versionstringlatestk9s version to install
themestringdb2-darkUI color theme

Available themes: db2-dark, db2, default, nord, dracula, one-dark, gruvbox-dark, solarized-dark

Notes

k9s requires a valid KUBECONFIG or ~/.kube/config to connect to a cluster. The feature only installs the binary and configures the theme. Kubeconfig management is left to your project’s dev container setup.