Experimenting with YARP: A Reverse Proxy
YARP is a reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET.
A Route is the inbound URL which the reverse proxy is going to act on. The cluster is a list of potential destination URLs.
How to Setup ASP.NET Core Health Check UI
In Part one we setup the health check endpoints, now to add a frontend.
Secure Swagger on ASP.NET Core by address and port
This follows on from my previous post Secure ASP.NET Core Health Checks to a specific port and assumes that you already have your service running over 2 port and have specified a ManagementPort
in the appsettings.json file.