Files
nexus/wiki/concepts/IPv6-Networking.md
2026-04-19 14:51:38 +08:00

30 lines
772 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "IPv6 Networking"
type: concept
tags: [Networking, VPC, AWS, IP-Address]
---
## Description
IPv6 NetworkingIPv6 网络)是解决 VPC IP 地址耗尽的方案。通过双栈 VPC节点支持 IPv4+IPv6 双协议栈Pod 仅使用 IPv6 地址。IPv6 Pod 与 IPv4 目标交互需要在两层进行 NAT 转换。
## AWS Implementation
- 使用双栈 VPC
- 节点支持双栈 IP 地址
- Pod 仅分配 IPv6 地址
- 通过 NAT 解决 IPv6 与 IPv4 互操作
## Use Cases
- 解决大规模 Kubernetes 集群的 IP 耗尽问题
- 支持更多 Pod 和服务
- VPC 网络扩展
## Related Concepts
- [[VPC]]
- [[EKS]]
## Related Entities
- [[AWS]]
## Connections
- [[IPv6 Networking]] ← resolves [[IP Exhaustion]]
- [[IPv6 Networking]] ← extends [[VPC]]