devops-basics

Demo microservices

1. Provision K8s cluster

2. Run hello microservices script

Prerequisite:

Run:

./hello-microservices.sh

This will deploy the application then forward the service to port 8080 (or you could adjust to another port works with you machine)

3. Check the result

Visit localhost:8080, you should get the similar result like this:

first-demo-microservices-result

4. Cleanup

Run:

./cleanup-hello-microservices.sh