From 5b50e56f52773c17e2accc8e7429e118af5471b8 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` --- Using-in-Kubernetes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-in-Kubernetes.md b/Using-in-Kubernetes.md index 3d4bf1d..eca6998 100644 --- a/Using-in-Kubernetes.md +++ b/Using-in-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