Click is the Command Line Interactive Controller for Kubernetes. Its purpose is to manage a large number of Kubernetes clusters/objects quickly and efficiently.
This repository was forked from https://github.com/databricks/click and adds support for OpenID Connect Authentication Provider.
Works together alongside with https://github.com/int128/kubelogin
-
You'll need rust and cargo. See here for instructions on how to get them.
-
Clone this repository and build via
cargo build
-
Add built
click
to yourPATH
, eg. viasudo cp target/debug/click /usr/local/bin