I need to implement ocelot for our project these are the some useful links might help from security to load balancer
(API Gateway/Ocelot with Microservices)
https://www.c-sharpcorner.com/article/building-api-gateway-using-ocelot-in-asp-net-core/ [different gateway for different interfaces]
https://www.c-sharpcorner.com/article/building-api-gateway-using-ocelot-in-asp-net-core-part-two/ (JWT in Ocelot)
https://www.c-sharpcorner.com/article/how-to-use-jwt-authentication-with-web-api/
https://www.c-sharpcorner.com/article/asp-net-web-api-2-creating-and-validating-jwt-json-web-token/
https://www.c-sharpcorner.com/article/building-api-gateway-using-ocelot-in-asp-net-core-part-three-logging2/ (Logging with Ocelot)
https://www.blinkingcaret.com/2018/05/30/refresh-tokens-in-asp-net-core-web-api/ (Refreshing Bearer Token Automatically On Expiry)
Load-Balancing in OCELOT
https://ocelot.readthedocs.io/en/latest/features/loadbalancer.html
LeastConnection | CookieStickySessions | | CustomLoadBalancer
ASP.NET Core Example for Load-Balancing with OCELOT
----------------------------------------------------
http://www.developerin.net/a/85-Ocelot-API-Gateway/144-Load-Balancing-with-Ocelot-API-Gateway
Ocelot OverAll Functionality
-------------------------------
https://altkomsoftware.pl/en/blog/building-api-gateways-with-ocelot/