Merge pull request #29386 from bridgetkromhout/dev-1.23

Promote IPv4/IPv6 dual-stack support to Stable in 1.23
This commit is contained in:
Kubernetes Prow Robot
2021-11-20 11:04:59 -08:00
committed by GitHub
5 changed files with 16 additions and 29 deletions
@@ -64,7 +64,7 @@ This means that containers within a `Pod` can all reach each other's ports on
usage, but this is no different from processes in a VM. This is called the
"IP-per-pod" model.
How this is implemented is a detail of the particular container runtime in use.
How this is implemented is a detail of the particular container runtime in use. Likewise, the networking option you choose may support [dual-stack IPv4/IPv6 networking](/docs/concepts/services-networking/dual-stack/); implementations vary.
It is possible to request ports on the `Node` itself which forward to your `Pod`
(called host ports), but this is a very niche operation. How that forwarding is