Multi-host deployment of ASP.NET Core applications
问题 I am quite confused as I haven't seen any blogs or instructions on how to host ASP.NET Core/.NET Core applications with HA and multi-host deployments. All examples are either: 1) One NGINX reverse-proxy, one Kestrel 2) One IIS reverse-proxy, one Kestrel And both components on same host. In real-life production environments, you have LB maybe service discovery, multiple frontends, multiple backends, etc. But for this case there are no instructions whatsoever. So my questions would be for multi