CLI that makes it easy to build and deploy an application to k8s.


Keywords
docker, python, helm, kubernetes, build, automation, deploy
License
MIT
Install
pip install rdeploy==0.1.6

Documentation

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.