Lean more towards resilient vs robust and reliability vs failure recovery. (#10620)

Co-authored-by: Bob Van Dell II <AwesomeBobX64@users.noreply.github.com>
This commit is contained in:
Istio Automation 2021-12-16 13:27:22 -08:00 committed by GitHub
parent c2f2c7d11b
commit 2f83574770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ of traffic and API calls between services. Istio simplifies configuration of
service-level properties like circuit breakers, timeouts, and retries, and makes
it easy to set up important tasks like A/B testing, canary rollouts, and staged
rollouts with percentage-based traffic splits. It also provides out-of-box
failure recovery features that help make your application
more robust against failures of dependent services or the network.
reliability features that help make your application
more resilient against failures of dependent services or the network.
Istios traffic management model relies on the {{< gloss >}}Envoy{{</ gloss >}}
proxies that are deployed along with your services. All traffic that your mesh