Istio DestinationRules: Traffic Policy
DestinationRule configures load balancing, connection pool limits, circuit breakers, and TLS settings for service destinations.
Istio DestinationRules: Traffic Policy
DestinationRule configures load balancing, connection pool limits, circuit breakers, and TLS settings for service destinations.
What you'll learn
- DestinationRule = traffic policy (how to reach a destination)
- Subsets = label selectors for pod groups (v1, v2)
- OutlierDetection = circuit breaker (eject misbehaving pods)
DestinationRule Capabilities
DestinationRule configures: subsets (label-based pod groups for canary), load balancing (ROUND_ROBIN, LEAST_CONN, RANDOM), connection pool (max connections, pending requests, retries), outlier detection (circuit breaking: eject hosts with >5 consecutive 5xx), and TLS mode (ISTIO_MUTUAL, SIMPLE, DISABLE).
Key takeaways
- DestinationRule = traffic policy (how to reach a destination)
- Subsets = label selectors for pod groups (v1, v2)
- OutlierDetection = circuit breaker (eject misbehaving pods)
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.