From 2e2c5d99318c048e0c9592c41d9dbfb40dcb2237 Mon Sep 17 00:00:00 2001 From: Claus Beerta Date: Sun, 2 Feb 2020 20:48:22 +0100 Subject: [PATCH] Add a note on the Biggest flaw of using `hostNetwork` --- docs/content/advanced/kubernetes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/advanced/kubernetes.md b/docs/content/advanced/kubernetes.md index 3d4bf1dc..eca69981 100644 --- a/docs/content/advanced/kubernetes.md +++ b/docs/content/advanced/kubernetes.md @@ -343,6 +343,7 @@ metadata: ##### Downsides - Not possible to access mailserver via other cluster Nodes, only via the one mailserver deployed at. +- Every Port within the Container is exposed on the Host side, regardless of what the `ports` section in the Configuration defines. ### Proxy port to Service via PROXY protocol