CLI that makes it easy to build and deploy an application to k8s.
Project description
rdeploy
rdeploy is a collection of invoke tasks that wrap common tools and services to make it easier to deploy code to a kubernetes cluster.
Installation
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.
Updating on PyPi
rm -rf dist python setup.py sdist bdist_wheel twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rdeploy-0.1.9.tar.gz
(13.5 kB
view hashes)
Built Distribution
rdeploy-0.1.9-py3-none-any.whl
(11.0 kB
view hashes)