Kubernetes NetworkPolicy Reference: Default Deny, Egress, CIDR Rules and Three-Tier Patterns
3h ago · 2 min read · Kubernetes NetworkPolicy — the gotcha that breaks everything if you miss it. Always include DNS in egress rules egress: - ports: - protocol: UDP port: 53 - protocol: TCP port: 53 # MUST include this or pod DNS resolut...
Join discussion