Skip to content

Commit a84fe58

Browse files
Merge pull request #270710 from dramasamy/nat
[NC 3.10.0] Support for IPv6 NAT
2 parents d590f61 + bf122ab commit a84fe58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/operator-nexus/howto-kubernetes-cluster-dual-stack.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this article, you learn how to create a dual-stack Nexus Kubernetes cluster.
1515

1616
In a dual-stack Kubernetes cluster, both the nodes and the pods are configured with an IPv4 and IPv6 network address. This means that any pod that runs on a dual-stack cluster will be assigned both IPv4 and IPv6 addresses within the pod, and the cluster nodes' CNI (Container Network Interface) interface will also be assigned both an IPv4 and IPv6 address. However, any multus interfaces attached, such as SRIOV/DPDK, are the responsibility of the application owner and must be configured accordingly.
1717

18-
<!-- Network Address Translation (NAT) is configured to enable pods to access resources within the local network infrastructure. The source IP address of the traffic from the pods (either IPv4 or IPv6) is translated to the node's primary IP address corresponding to the same IP family (IPv4 to IPv4 and IPv6 to IPv6). This setup ensures seamless connectivity and resource access for the pods within the on-premises environment. -->
18+
Network Address Translation (NAT) is configured to enable pods to access resources within the local network infrastructure. The source IP address of the traffic from the pods (either IPv4 or IPv6) is translated to the node's primary IP address corresponding to the same IP family (IPv4 to IPv4 and IPv6 to IPv6). This setup ensures seamless connectivity and resource access for the pods within the on-premises environment.
1919

2020
## Prerequisites
2121

@@ -30,7 +30,6 @@ Before proceeding with this how-to guide, it's recommended that you:
3030

3131
* Single stack IPv6-only isn't supported for node or pod IP addresses. Workload Pods and services can use dual-stack (IPv4/IPv6).
3232
* Kubernetes administration API access to the cluster is IPv4 only. Any kubeconfig must be IPv4 because kube-vip for the kubernetes API server only sets up an IPv4 address.
33-
* Network Address Translation for IPv6 is disabled by default. If you need NAT for IPv6, you must enable it manually.
3433

3534
## Configuration options
3635

0 commit comments

Comments
 (0)