A Python command line tool for simplifying deploying Kubernetes to your infrastructure.
To install with Python3, please use the following command.
python3 setup.py install
You can either install it or just run using the k8s_deploy.py. But you must make it executable first with the chmod +x
command.
chmod +x k8s_deploy.py
./k8s_deploy.py --help
run ./k8s_deploy.py [CONFIG FILE]
####Example
./k8s-deploy config.yaml