Execute command on Kubernetes POD(multiple containers) using Python client library
Take note of this problem that takes two hours to Google the web.
Environment setup
I run on Ubuntu 22.04, so I assume you also run on Linux.
# install Kubernetes Python client library
pip3 install kubernetes
Check Github for how to execute commands...
cylee.hashnode.dev2 min read