mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
Ingress and load balancing Advanced networking configuring network settings networking overview Ingress and load balancing Advanced networking configuring network settings
50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="security-network"]
|
|
= Securing networks
|
|
include::_attributes/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]
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* xref:../../networking/network_security/network_policy/about-network-policy.adoc#about-network-policy[About network policy]
|
|
|
|
// Multiple pod networks
|
|
include::modules/security-network-multiple-pod.adoc[leveloffset=+1]
|
|
|
|
[role="_additional-resources"]
|
|
.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]
|
|
|
|
// Ingress traffic
|
|
include::modules/security-network-ingress.adoc[leveloffset=+1]
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* xref:../../networking/ingress_load_balancing/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]
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* xref:../../networking/network_security/egress_firewall/configuring-egress-firewall-ovn.adoc#configuring-egress-firewall-ovn[Configuring an egress firewall for a project]
|
|
* xref:../../networking/network_security/configuring-ipsec-ovn.adoc#configuring-ipsec-ovn[Configuring IPsec encryption]
|