Auto-sync: 2026-04-19 14:51
This commit is contained in:
30
wiki/concepts/IPv6-Networking.md
Normal file
30
wiki/concepts/IPv6-Networking.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: "IPv6 Networking"
|
||||
type: concept
|
||||
tags: [Networking, VPC, AWS, IP-Address]
|
||||
---
|
||||
|
||||
## Description
|
||||
IPv6 Networking(IPv6 网络)是解决 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]]
|
||||
Reference in New Issue
Block a user