January 2019
Beginner to intermediate
352 pages
8h
English
Here is the definition of Istio from its site, https://istio.io/:
With the increase in complexity of microservice architecture, it is mandatory to rely on resilience patterns, such as circuit breaking, load balancing, throttling, and so on.
Istio implements all of these behavioral patterns using pluggable policies via the Envoy proxy, which can be configured for the specific use case/policy at hand. Here is an example:
metadata:name: circuit-breaker-policynamespace: defaultspec:destination:name: circuit-breakerlabels:version: v1circuitBreaker:simple-circuit-breaker:maxConnections: 100
Read now
Unlock full access