rdeploy is a collection of invoke tasks that wrap common tools and services to make it easier to deploy code to a kubernetes cluster.
To install, use pip:
pip install rdeploy
Once installed, you can use it from within your project directory. The console script uses an rdeploy.yaml file to configure itself.
rm -rf dist python setup.py sdist bdist_wheel twine upload dist/*