Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Latest commit

 

History

History

README.md

Deploying Test Microservices

Microservices

  • Three endpoints (home, browse, locate)
  • Each one was built with Go and the Gin HTTP web framework

Cluster Setup

$ ./cluster.sh up [project-id] [cluster-name]

Logging Setup

$ ./logging.sh up [project-id]

Testing Microservices

$ ./testing.sh

Cleanup

$ ./logging.sh down [project-id]
$ ./cluster.sh down [project-id] [cluster-name]