Domain 09

AKS & Container Networking

Azure CNI、Cilium、AKS ingress/egress、コンテナ観測。

11 articles

設計、実装、運用、トラブルシュートを横断。

AKS & Container Networking

AKS Networking Overview

AKS node/pod/service/ingress/egress/DNSをAzure VNetとKubernetes networkingの両方から理解する。

AKS & Container Networking

Azure CNI

AKS pod networkingをAzure VNetと統合するCNI family。Overlay等のmodeでaddress consumption/data pathが変わる。

AKS & Container Networking

Azure CNI Overlay

podをoverlay CIDRへ置き、cluster外通信ではnode IPへSNATしてVNet address consumptionを抑える。

AKS & Container Networking

Azure CNI Powered by Cilium

eBPF-based dataplaneでKubernetes network policy、observability、advanced security/performance機能を提供する。

AKS & Container Networking

Advanced Container Network Security

FQDN filtering、L7 policy、WireGuard/Cilium mTLS等でAKS traffic controlを強化する。

AKS & Container Networking

Container Network Observability

eBPF/Hubble等でnode/pod/service/DNS traffic metrics/logsを可視化する。

AKS & Container Networking

AKS Egress Design

cluster node/podからAzure control dependencies、registries、external servicesへのoutbound pathを制御する。

AKS & Container Networking

AKS Private Cluster Networking

API server public exposureを抑え、private endpoint/name resolution経由でcluster managementする。

AKS & Container Networking

Application Gateway for Containers

AKS向けmanaged L7 ingress。ALB ControllerがIngress/Gateway API resourceをAzure data planeへ反映する。

AKS & Container Networking

AKS Ingress Patterns

Application Gateway for Containers、NGINX/application routing add-on、LoadBalancer Service等を要件で選ぶ。

AKS & Container Networking

AKS Network Troubleshooting

pod→service→node→VNet→egress/ingressをKubernetes/Azure両レイヤで追う。