This application is a clone of this GoogleCloudPlatform project. It will be used as a demo for the K8s adoption journey. This clone of the project has been stripped down to focus only on the major parts as required by the adoption journey.
- Tilt installed on your local machine.
- Docker Desktop installed on your local machine, with built-in Kubernetes cluster enabled and running.
-
Run the following command in the project root directory to deploy the microservices-demo app to your local Kubernetes cluster:
cp tilt-resources/local/tilt_config.json . tilt up
-
Open Tilt web interface, and wait for all services to be ready.
-
Access the web frontend in a browser.
Run following command from this project root directory to clean up all resources:
tilt down