Skip to content
/ click Public
forked from databricks/click

The "Command Line Interactive Controller for Kubernetes"

License

Notifications You must be signed in to change notification settings

ITman1/click

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Click with OIDC support


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

Demo Screencast

A demo gif that shows a few features

Installation

  1. You'll need rust and cargo. See here for instructions on how to get them.

  2. Clone this repository and build via cargo build

  3. Add built click to your PATH, eg. via sudo cp target/debug/click /usr/local/bin

About

The "Command Line Interactive Controller for Kubernetes"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.7%
  • Shell 0.3%