/corda-minikube-example

Running the cordapp-example on a minikube kubernetes cluster

Primary LanguageShell

Corda Minikube Kubernetes

Scripts and configuration to run the cordapp-example on minikube.

Follow the steps below to get started.

eval $(minikube docker-env)
./build-container.sh
./start.sh
minikube service party-a
./stop.sh

After running minikube service party-a Party A's website opens in your browser.

Note that you might encounter the "pod unable to reach itself through a service" issue, when the webserver attempts to connect to its node. This can be resolved by running the following command inside the minikube vm.

sudo ip link set docker0 promisc on