Skip to content

Files

Latest commit

71ed952 · Feb 28, 2022

History

History
53 lines (40 loc) · 2.14 KB

security-network.adoc

File metadata and controls

53 lines (40 loc) · 2.14 KB

Securing networks

Network security can be managed at several levels. At the pod level, network namespaces can prevent containers from seeing other pods or the host system by restricting network access. Network policies give you control over allowing and rejecting connections. You can manage ingress and egress traffic to and from your containerized applications.

Additional resources
Additional resources