/kube-scripts

kubernetes scripts using python

Primary LanguagePython

kube-scripts

PyPI version pypi supported versions Client Capabilities Client Support Level

kubernetes scripts based on python kubernetes client

First make sure to install python kubernetes-client

$ pip3 install kubernetes

list all pods:

$ python3 list-pods.py

exec commands on any pod

$ python3 exec-pods.py