add note on the service type for PROXY protocol
This commit is contained in:
parent
b8eb1d9684
commit
faff9c3fb5
|
@ -437,6 +437,8 @@ The major problem with exposing DMS to the outside world in Kubernetes is to [pr
|
||||||
- Avoids the restraint of a single [node][Kubernetes-nodes] (_as a workaround to preserve the original client IP_).
|
- Avoids the restraint of a single [node][Kubernetes-nodes] (_as a workaround to preserve the original client IP_).
|
||||||
|
|
||||||
|
|
||||||
|
**Also note** that the service type should be `type: ClusterIP` with PROXY protocol; this an optimization to get rid of additional routing steps.
|
||||||
|
|
||||||
For more information on the PROXY protocol, refer to [our dedicated docs page][docs-mailserver-behind-proxy] on the feature.
|
For more information on the PROXY protocol, refer to [our dedicated docs page][docs-mailserver-behind-proxy] on the feature.
|
||||||
|
|
||||||
**Drawbacks**
|
**Drawbacks**
|
||||||
|
|
Loading…
Reference in New Issue