Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 846 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 846 Bytes

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