Difference between revisions of "Envoy"

From Logic Wiki
Jump to: navigation, search
(Created page with "Category:Microservices Category:ApiGateway [https://github.com/binarythistle/S03E06---Envoy-API-Gateway-with-.NET-Core https://github.com/binarythistle/S03E06---Envoy...")
 
 
Line 3: Line 3:
  
 
[https://github.com/binarythistle/S03E06---Envoy-API-Gateway-with-.NET-Core https://github.com/binarythistle/S03E06---Envoy-API-Gateway-with-.NET-Core]
 
[https://github.com/binarythistle/S03E06---Envoy-API-Gateway-with-.NET-Core https://github.com/binarythistle/S03E06---Envoy-API-Gateway-with-.NET-Core]
 +
 +
[https://www.youtube.com/watch?v=UsoH5cqE1OA&t=4865s https://www.youtube.com/watch?v=UsoH5cqE1OA&t=4865s]
 +
 +
# Create The API
 +
# Dockerize it
 +
# Create docker-compose
 +
# [[Creating .NET Core Certificates]]
 +
# Create Envoy Folder and Dockerize it
 +
# Create envoy.yaml [[Envoy.yaml sample]]
 +
# [[Create Certificate for Envoy]]
 +
# Update docker-compose [[Docker-compose yaml for envoy]]
 +
# run '''docker-compose up --build'''
 +
 +
The sample solution is in [https://github.com/Aliiybar/EnvoySample github]

Latest revision as of 12:36, 5 October 2021


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