Skip to main content
Version: 3.18

Deploy stack to minikube

Setup

bin/dev/minikube-configure.sh
minikube start
minikube addons enable ingress

Build local image in minikube

If you need to test your fresh image directly into minikube cluster, you need to build them with the Minikube Docker daemon:

eval $(minikube docker-env)
docker-compose build

Alternatively you can run a registry in minikube and push your images: https://minikube.sigs.k8s.io/docs/handbook/pushing/#4-pushing-to-an-in-cluster-using-registry-addon