Istio Ingress & Egress Gateways
Configure Istio Gateways for north-south traffic: TLS termination, SNI routing, and external service egress control.
Istio Ingress & Egress Gateways
Configure Istio Gateways for north-south traffic: TLS termination, SNI routing, and external service egress control.
What you'll learn
- Gateway = edge proxy config (port, protocol, TLS)
- VirtualService binds to Gateway for routing rules
- Egress Gateway: controlled outbound for compliance/auditing
Gateway Configuration
Istio Gateway configures the edge proxy. Ingress Gateway: terminates TLS (HTTPS), routes by SNI/host. Combine with VirtualService for routing rules. Egress Gateway: forward outbound traffic through a single controlled exit point. Unlike Kubernetes Ingress, routing rules are separate in VirtualServices (more flexible).
Key takeaways
- Gateway = edge proxy config (port, protocol, TLS)
- VirtualService binds to Gateway for routing rules
- Egress Gateway: controlled outbound for compliance/auditing
Related concepts
Explore topics that connect to this one.
Ready to see how this works in the cloud?
Switch to Career Paths for structured paths (e.g. Developer, DevOps) and provider-specific lessons.
View role-based pathsSign in to track your progress and mark lessons complete.
Discussion
Questions? Discuss in the community or start a thread below.
Join DiscordIn-app Q&A
Sign in to start or join a thread.