Skip to content

Commit 96136bc

Browse files
authored
Update k8s-best-practices-cnf-security.adoc
1 parent e2bdb94 commit 96136bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/k8s-best-practices-cnf-security.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ See test cases link:https://github.com/test-network-function/cnf-certification-t
7575
**Impacts and Risks of Non-Compliance:** Modified base images can introduce security vulnerabilities, create inconsistent behavior, and violate immutable infrastructure principles.
7676
====
7777

78-
[id="k8s-best-practices-avoid-the-host-network-namespace"]
79-
= Avoid the host network namespace
80-
8178
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 and ingress/egress proxy must be serviced via a MULTUS connected interface.
8279

8380
.Workload requirement

0 commit comments

Comments
 (0)