Difference between revisions of "Envoy"
From Logic Wiki
(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
- 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 github