jsarkar / workspace

The repo you clone to get all source code for Skaffold-based multi-microservice workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workspace

Workspace Containing All Source Code

Prerequsites

  1. Install Docker4Mac
  2. Install Skaffold

Installing Demo Workspace

> make 

after which you can access:

  1. Go service: http://localhost/go
  2. Node service: http://localhost/node

Debugging

By default, all services are brought up with skaffold run which just starts the services locally. If you want to work on a specific service, you want to start the service in "dev" mode - with code hot-reloading. To do so, just go into the service's folder and run skaffold dev, e.g.:

> cd ms-go-skaffold-demo
> skaffold dev

About

The repo you clone to get all source code for Skaffold-based multi-microservice workspace

License:MIT License


Languages

Language:Makefile 100.0%