Recommended values
1 | workload: |
Egress
AKS clusters need a deterministic outbound IP for stitcher connections.
Use Azure NAT Gateway or a user-defined outbound type with a
fixed public IP. The default Azure Load Balancer SNAT ports can exhaust
under high tunnel churn.
Quirks
- Azure CNI vs kubenet: both work. Azure CNI overlay is fine.
- AKS Container Insights logs the Publisher’s
print-style output
with no special handling — search forNPACONNECTED. - Pod Sandboxing (Kata): unsupported. Privileged + tun device
cannot work inside Kata Containers.