Skip to content

Latest commit

 

History

History
 
 

README.md

Deploy

Requirement

Here you'll find the scripts to deploy services in k8s.

Scripts

First: start Minikube cluster:

minikube start

Second: set Docker environment to use Minikube's Docker daemon

eval $(minikube docker-env)