A utility to develop, test and deploy Kubernetes microservices.


License
BSD-3-Clause
Install
pip install kubeyard==1.0.0

Documentation

kubeyard

Latest Version Supported Python versions Wheel Status License Build

A utility to develop, test and deploy Kubernetes microservices.

Requirements

  • bash
  • minikube
  • kubectl
  • docker
  • conntrack

Important: Kubeyard is tested on:

  • minikube == v1.29.0 (should work with v1.29.0 and above)
  • docker == 20.10.23 (should work with any version)
  • kubectl == v1.21.14 (should work with v1.21.14 and above)

Installation

rm -rf $HOME/kubeyard-venv
virtualenv -p python3 $HOME/kubeyard-venv
. $HOME/kubeyard-venv/bin/activate
pip install kubeyard
echo '. $HOME/kubeyard-venv/bin/activate' >> $HOME/.bashrc