the @kubernetes #api #devops #sysadmin

the @kubenetes #api #devops #sysadmin

python users : if you get an error from

$ pip install kubernetes

you can build and install your own copy of the kubernetes python library locally with

git clone --recursive https://github.com/kubernetes-client/python.git
cd python
python setup.py install