Envoy

From Logic Wiki
Jump to: navigation, search


https://github.com/binarythistle/S03E06---Envoy-API-Gateway-with-.NET-Core

https://www.youtube.com/watch?v=UsoH5cqE1OA&t=4865s

  1. Create The API
  2. Dockerize it
  3. Create docker-compose
  4. Creating .NET Core Certificates
  5. Create Envoy Folder and Dockerize it
  6. Create envoy.yaml Envoy.yaml sample
  7. Create Certificate for Envoy
  8. Update docker-compose Docker-compose yaml for envoy
  9. run docker-compose up --build

The sample solution is in github