- Docker
minikube
andkubectl
(please executek8s/minikube/install_minikube_kubectl.sh
to install bothminikube
andkubectl
)- Add following lines in your
/etc/hosts
file.Where192.168.49.2 auth-server-io 192.168.49.2 currency-converter.io 192.168.49.2 currency-converter.api-gateway.io
192.168.49.2
is the IP address ofminikube
. You can check the IP address of yourminikube
by executingminikue ip
command.
Warning: k8s/minikube/install_minikube_kubectl.sh
delete already existed minikube cluster from your local machine.
Execute the following script and all of 17 services will start running on minikube
cluster.
k8s/k8s-up.sh
You can access the kubernetes dashboard to check the status of all services just deployed by executing following script
minikube dashboard
As soon all services are up, you can access the following UIs by just clicking on the below links:
Just execute the following script to stop all services running in minikube
cluster.
k8s/k8s-down.sh