Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Istio beyond Observability

Istio beyond Observability

Over the years, microservice architecture has been widely adopted, as it provides numerous advantages such as technological heterogeneity, scalability, decoupling, etc.

In this sense, the microservice architecture is widely used to scale businesses efficiently due to technological heterogeneity, however, we have transversal concerns in our architecture that must be agnostic to technology, such as resilience, scalability, load balancing, deployments, monitoring, etc.

Therefore, in this lecture I will demonstrate how Istio can help us in some of these transversal concerns, going beyond Observability, mainly in the network layer, providing functionalities such as outlier detection, circuit breaker, fault injection, retries, timeout, etc.

Luram Archanjo

October 28, 2020
Tweet

More Decks by Luram Archanjo

Other Decks in Technology

Transcript

  1. Preocupações Transversais • Resiliência ◦ Recuperação de erros ▪ Rede

    ▪ Aplicação • Deployments • Segurança • Monitoramento
  2. Kubernetes is a platform for building platforms. It's a better

    place to start; not the endgame. - Kelsey Hightower
  3. Preocupações Transversais • Resiliência ◦ Recuperação de erros ▪ Rede

    ▪ Aplicação • Deployments • Segurança • Monitoramento
  4. Istio Istio é uma implementação de Service Mesh que em

    termos gerais é uma camada de gerenciamento e abstração da rede de comunicação dos nossos inúmeros serviços, sendo totalmente agnóstico a tecnologia.