Skip to content
/ kc Public

Making it easy to switch between kubernetes clusters

License

Notifications You must be signed in to change notification settings

AzaZPPL/kc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kc (Kubernetes Clusters)

When you're working with different kubernetes clusters it can become a hassle to keep changing the KUBECONFIG environment variable when you need to switch to a different cluster. This tries to make life easier by providing a binary file that shows the clusters available inside of your $HOME/.kube/kc/ folder. You can choose one of these clusters and it will copy the command to your clipboard.

Installation

  1. Download the binary file available on github
  2. Put it in your $PATH (e.g. $HOME/bin folder)
  3. Go to your .kube directory and make a new folder called kc (e.g. $HOME/.kube/kc)
  4. Put your cluster config in this new kc folder

About

Making it easy to switch between kubernetes clusters

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages