add note on the service type for PROXY protocol

This commit is contained in:
georglauterbach 2024-03-08 17:32:08 +01:00
parent b8eb1d9684
commit faff9c3fb5
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 7 additions and 5 deletions

View File

@ -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**