1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/security/container_security/security-network.adoc
2020-10-29 16:09:12 +00:00

43 lines
2.0 KiB
Plaintext

[id="security-network"]
= Securing networks
include::modules/common-attributes.adoc[]
:context: security-network
toc::[]
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.
// Network namespaces
include::modules/security-network-namespaces.adoc[leveloffset=+1]
// Network policies
include::modules/security-network-policies.adoc[leveloffset=+1]
.Additional resources
* xref:../../networking/network_policy/about-network-policy.adoc#about-network-policy[About network policy]
// Multiple pod networks
include::modules/security-network-multiple-pod.adoc[leveloffset=+1]
.Additional resources
* xref:../../networking/multiple_networks/understanding-multiple-networks.adoc#understanding-multiple-networks[Using multiple networks]
// Isolating applications
include::modules/security-network-isolating.adoc[leveloffset=+1]
.Additional resources
* xref:../../networking/openshift_sdn/multitenant-isolation.adoc#configuring-multitenant-isolation[Configuring network isolation using OpenShiftSDN]
// Ingress traffic
include::modules/security-network-ingress.adoc[leveloffset=+1]
.Additional resources
* xref:../../networking/configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.adoc#configuring-ingress-cluster-traffic-ingress-controller[Configuring ingress cluster traffic]
// Egress traffic
include::modules/security-network-egress.adoc[leveloffset=+1]
.Additional resources
* xref:../../networking/openshift_sdn/configuring-egress-firewall.adoc#configuring-egress-firewall[Configuring an egress firewall to control access to external IP addresses]
* xref:../../networking/openshift_sdn/assigning-egress-ips.adoc#assigning-egress-ips[Configuring egress IPs for a project]