YARP
.netUsing
For the reverse proxy in front of our services we picked YARP (Yarp.ReverseProxy) rather than Nginx — a proxy from Microsoft that builds like a regular ASP.NET Core application. For our team that turned out to be more convenient: configuration and custom routing logic are written in familiar C#, and it's hosted as just another .NET app in IIS.