|
|
|
|
|
by simmervigor
1544 days ago
|
|
Proxy components are officially called Intermediaries in thr HTTP semantic specification; see https://httpwg.org/http-core/draft-ietf-httpbis-semantics-la.... Intermediaries can have different purposes. The official alternative to reverse proxy is "gateway", which is unfortunately overloaded with other kinds of gateways in networking. Naming things is hard. Reverse proxy isn't great but all things considered is unique enough to allow folks to discriminate the sort of HTTP proxying that is happening |
|
https://www.nginx.com/resources/wiki/start/topics/examples/f... :
TIL from the nginx docs that there's a standardized way to forward HTTP without the X- prefix on the unregistered headers: What is the difference between a reverse proxy and a load balancer?k8s calls this "Ingress" and there are multiple "Ingress API" implementers; which essentially must reload the upstream server list on SIGHUP. https://kubernetes.io/docs/concepts/services-networking/ingr...
List of k8s Ingress Controllers: https://kubernetes.io/docs/concepts/services-networking/ingr...