Michael's (and friends') cloud scripting toolbox
- clone or copy the kubernetes subdirectory
- add it to your path. for instance, I have a copy of cloudbox/kubernetes in my ${HOME}/.lib/kubernetes, so I added the following line to my .zshrc:
export PATH=${HOME}/.lib/cloudbox/kubernetes:${PATH} - authenticate to gcloud:
$ gcloud auth login - run the following to do an initial population of your database:
$ kdb -i - activate a cloud virtual environment with something like:
$ kactivate qa - your shell prompt will change to indicate that you are connected to the cluster in question and you can run commands in context:
qa cde ~$ krsh browser - run khelp for options