-
sudo service docker start
-
minikube start
-
Test Kafka message from root to api service
curl $(minikube ip)/api/root/test
-
Delete API and ROOT pods
-
Install Consul
helm install consul hashicorp/consul --set global.name=consul --create-namespace -n consul --values <filename>
6. Check is consul pods are running with kubectl get pods -n consul
7. Check vault status
kubectl exec vault-0 -- vault status
Use minikube env for docker
eval $(minikube docker-env)
Output minikube IP
$(minikube ip)