Skip to content

Files

Latest commit

f69793d · Jul 15, 2024

History

History
12 lines (9 loc) · 640 Bytes

k8s-best-practices-cnf-securing-cnf-networks.adoc

File metadata and controls

12 lines (9 loc) · 640 Bytes

Securing workload networks

Workloads must have the least permissions possible and must implement Network Policies that drop all traffic by default and permit only the relevant ports and protocols to the narrowest ranges of addresses possible.

Important
Workload requirement

Applications must define network policies that permit only the minimum network access the application needs to function.