coffeeshop-on-nomad

The .NET coffeeshop application runs on Docker, Nomad and Consul Connect

MIT License

Stars
104

Bot releases are hidden (Show)

coffeeshop-on-nomad - .NET stack with gRPC (without cert) Latest Release

Published by thangchung about 2 years ago

This version includes gRPC-dotnet without certs, and it worked on Vagrant, but not actually working with .devcontainer (Debian), and Azure VM (Ubuntu 20). Three solutions can be chosen:

  1. Generate certs and assign them to the gRPC service (product-api) => will try another simple repo for this approach
  2. Using h2c protocol (gRPC - http) on Traefik
  1. Refactor it back to REST => will do

Don't use this release for any production environment. It is only for experiments.