Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 490 Bytes

k8s-best-practices-far-edge-avoid-the-host-network-namespace.adoc

File metadata and controls

10 lines (8 loc) · 490 Bytes

Avoid the host network namespace

Application pods must avoid using hostNetwork. Applications may not use the host network, including nodePort for network communication. Any networking needs beyond the functions provided by the pod network ingress/egress proxy must be serviced via a multus connected interface.

Important
Workload requirement

Applications may not use NodePorts or the hostNetwork.