This folder stores scripts and configuration files related to infra setup, build and deployment.
Configuration files to launc the applicaiton using Docker Compose
To launch the entire app
- Install dokcer locally, e.g. using docker machine.
cd compose ; ./restart
- Point your browser to the URL printed on the screen, e.g. http://192.168.99.100:8080/app
The application can be launched using single script in Kubernetes cluster.
To launch the entire app in locally installed Kuberntes cluster
- Install kubernetes locally using minikube
cd k8s ; ./startall_minikube
- After launching the application the script will print out the URL to access the application.