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).

Ready to master this question?

Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.

Sign in to generate a response

Next Step

Continue to After enabling STRICT mTLS mesh-wide, a legacy monitoring agent starts failing to scrape application endpoints← Back to all Kubernetes questions