mirror of https://github.com/istio/istio.io.git
Using the term canary rollouts consistency (#3598)
This commit is contained in:
parent
03698e0099
commit
77eb642baf
|
@ -24,7 +24,7 @@ it helps to take a more detailed look at Istio’s service mesh.
|
|||
|
||||
The term service mesh is used to describe the network of microservices that make up such applications and the interactions between them. As a service mesh grows
|
||||
in size and complexity, it can become harder to understand and manage. Its requirements can include discovery, load balancing, failure recovery, metrics, and
|
||||
monitoring. A service mesh also often has more complex operational requirements, like A/B testing, canary releases, rate limiting, access control, and
|
||||
monitoring. A service mesh also often has more complex operational requirements, like A/B testing, canary rollouts, rate limiting, access control, and
|
||||
end-to-end authentication.
|
||||
|
||||
Istio provides behavioral insights and operational control over the service mesh as a whole, offering a complete solution to satisfy the diverse requirements of
|
||||
|
@ -173,7 +173,7 @@ abstracts the Envoy proxy and Istio-managed services from these details.
|
|||
|
||||
[Pilot](/docs/concepts/traffic-management/#pilot-and-envoy) provides
|
||||
service discovery for the Envoy sidecars, traffic management capabilities
|
||||
for intelligent routing (e.g., A/B tests, canary deployments, etc.),
|
||||
for intelligent routing (e.g., A/B tests, canary rollouts, etc.),
|
||||
and resiliency (timeouts, retries, circuit breakers, etc.).
|
||||
|
||||
Pilot converts high level routing rules that control traffic behavior into
|
||||
|
|
Loading…
Reference in New Issue