You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Egress IP address architectural design and implementation
8
8
9
-
By using the {product-title} egress IP address functionality, you can ensure that the traffic from one or more pods in one or more namespaces has a consistent source IP address for services outside the cluster network.
9
+
By using the {product-title} egress IP address functionality, you can ensure that the traffic from one or more pods in one or more namespaces has a consistent source IP address for services outside the cluster network.
10
10
11
-
For example, you might have a pod that periodically queries a database that is hosted on a server outside of your cluster. To enforce access requirements for the server, a packet filtering device is configured to allow traffic only from specific IP addresses. To ensure that you can reliably allow access to the server from only that specific pod, you can configure a specific egress IP address for the pod that makes the requests to the server.
11
+
For example, you might have a pod that periodically queries a database that is hosted on a server outside of your cluster. To enforce access requirements for the server, a packet filtering device is configured to allow traffic only from specific IP addresses.
12
+
To ensure that you can reliably allow access to the server from only that specific pod, you can configure a specific egress IP address for the pod that makes the requests to the server.
12
13
13
14
An egress IP address assigned to a namespace is different from an egress router, which is used to send traffic to specific destinations.
14
15
@@ -31,11 +32,10 @@ ifndef::openshift-rosa[]
31
32
[id="nw-egress-ips-platform-support_{context}"]
32
33
== Platform support
33
34
34
-
Support for the egress IP address functionality on various platforms is summarized in the following table:
35
+
The Egress IP address feature that runs on a primary host network is supported on the following platforms:
35
36
36
37
[cols="1,1",options="header"]
37
38
|===
38
-
39
39
| Platform | Supported
40
40
41
41
| Bare metal | Yes
@@ -48,7 +48,16 @@ Support for the egress IP address functionality on various platforms is summariz
48
48
| {ibm-z-name} and {ibm-linuxone-name} for {op-system-base-full} KVM | Yes
49
49
| {ibm-power-name} | Yes
50
50
| Nutanix | Yes
51
+
|===
52
+
53
+
// If platform support increases, ensure to update the lead-in sentence to the plural form.
54
+
The Egress IP address feature that runs on secondary host networks is supported on the following platform:
0 commit comments