I have a .NET core based micro service architecture and have several micro services. We chose ocelot as api gateway for routing, aggregation & security implementation. During our architectural discussion it was mentioned that Envoy Api Gateway is also a good option to use but couldn't find any differences between Ocelot & Envoy, it pros and cons like performance, scalability, community support etc...
Can any one help in sharing some insight on which one would be the good option to use for .NET Core applications.