--- title: url: https://devopstales.github.io/filedir/egress-gateway-series/ --- <div class="series-overview"> <h3>Egress Gateway Series</h3> <p>This series covers Kubernetes egress gateway solutions:</p> <ul> <li>Part 1: <a href="../../kubernetes/istio-ingress-egress-gateway/"><strong>Istio Ingress/Egress Gateway</strong></a> - Service mesh approach with mTLS and advanced traffic management</li> <li>Part 2: <a href="../../kubernetes/cilium-egress-gateway/"><strong>Cilium Egress Gateway</strong></a> - eBPF-based networking with Hubble observability</li> <li>Part 3: <a href="../../kubernetes/antrea-egress-gateway/"><strong>Antrea Egress Gateway</strong></a> - Open vSwitch CNI with ExternalNode support</li> <li>Part 4: <a href="../../kubernetes/kube-ovn-egress-gateway/"><strong>Kube-OVN Egress Gateway</strong></a> - OVN-based CNI with Floating IP support</li> <li>Part 5: <a href="../../kubernetes/monzo-egress-operator/"><strong>Monzo Egress Operator</strong></a> - AWS NAT Gateway automation via Kubernetes CRDs</li> <li>Part 6: <a href="../../kubernetes/custom-envoy-egress-proxy/"><strong>Custom Envoy Proxy</strong></a> - Self-hosted L7 egress proxy with advanced routing</li> <li>Part 7: <a href="../../kubernetes/squid-proxy-egress/"><strong>Squid Proxy on Kubernetes</strong></a> - Traditional HTTP proxy with caching and ACLs</li> <li>Part 8: <a href="../../kubernetes/cloud-nat-egress-solutions/"><strong>Cloud NAT Solutions</strong></a> - AWS NAT Gateway, GCP Cloud NAT, Azure Firewall/NAT Gateway</li> <li>Part 9: <a href="../../kubernetes/egress-gateway-comparison-guide/"><strong>Comparison & Recommendations</strong></a> - Decision matrix and use case guide</li> </ul> <p><em>✓ All parts complete!</em></p> </div> <style> .series-overview { background: #f8f9fa; border-left: 4px solid #4a90d9; padding: 15px 20px; margin: 30px 0; border-radius: 0 8px 8px 0; } .series-overview h3 { margin-top: 0; color: #2c3e50; font-size: 1.2em; } .series-overview ul { margin-bottom: 0; } .series-overview li { margin-bottom: 8px; line-height: 1.5; } .series-overview a { color: #4a90d9; text-decoration: none; } .series-overview a:hover { text-decoration: underline; } </style>