Skip to content

ansavin/konfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card Golang-CI

konfig

konfig - kubectl config file manager, cli tool for backuping, viewing and merging of kubectl config files that are usually stored in ~/.kube/ folder and also is an example of simple but usefull app build using cobra library

If you need a more advanced tool, you might take a look at kubecm

install

To install this app, simply type go install github.com/ansavin/konfig@latest

usage

  • konfig show - show current kubeconfig
  • konfig merge /path/to/another/config - merge current kubeconfig and another one situated at /path/to/another/config
  • konfig backup - to create a backup of current kubeconfig
  • konfig restore - to restore kubeconfig from backup