advancedService Mesh: Istio, Envoy & mTLS
What is the difference between VirtualService and DestinationRule?
VirtualService defines routing rules -- how traffic for a destination is routed (weights, retries, fault injection, headers). DestinationRule defines the behavior for traffic once it has been routed to a specific service -- subsets (versions), load balancing policy, connection pool settings, and outlier detection (circuit breaking).
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.
What is the difference between VirtualService and DestinationRule?