Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Demo microservices

1. Provision K8s cluster

  • Find the installation via k8s content

2. Run hello microservices script

Prerequisite:

  • A k8s cluster up and running (step 1)

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