If you work with Kubernetes enough, you will find yourself having to work with several clusters at once, and users
and contexts therein. The aim of this utility is to make it easier to select which context
you wish to set as default so that, for example, kubectl
runs against the desired cluster context.
This utility was written and manually tested with python 3.7. No effort was made to test against Python 2 and won't be.
git clone git@github.com:rdodev/kontext.git
cd kontext
pipenv install .
pipenv run kontext
- This utility is only at version 0.0.1 which means:
- can and will break
- can wipe your kubeconfig file
- recommend NOT to use when managing production clusters
- Untested
- Absolutely no warranty either implicit or explicit
- Testing
- Better error handling