Add ipvlan driver and update EKS pricing

This commit is contained in:
yeasy
2026-04-27 22:45:17 +00:00
parent 09fd556c18
commit 3d3befa16a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ ghi789... none null local
| **none** | 禁用网络 | 完全隔离的容器 |
| **overlay** | 跨主机网络 | Docker Swarm 集群 |
| **macvlan** | 容器拥有独立 MAC 地址 | 需要直接接入物理网络 |
| **ipvlan** | 容器共享父接口 MAC 地址拥有独立 IP | 云环境等限制 MAC 地址数量的场景 |
### 9.2.2 Bridge 网络默认