by Alexander Lukyanchenko | Jun 13, 2019 | Guest Blog, Kubernetes
Hi all! I am a part of the architecture team at Avito.ru, one of the world’s top classifieds (read more about Avito here). In this post I want to share our experience in implementing Kubernetes at scale. Kubernetes is a powerful orchestration tool that helps us manage...
by Alexander Lukyanchenko | Jun 7, 2019 | Guest Blog, Istio
In the previous post, we took a look at the building blocks of Service Mesh Istio, got familiar with the system, and went through the questions that new Istio users often ask. In this post, we will look at how to organize the collection of tracing information over the...
by Alexander Lukyanchenko | May 22, 2019 | Guest Blog, Istio
What is Istio? Istio is a service mesh technology adding an abstraction layer to the network. It intercepts all or part of the traffic in a k8s cluster and executes a set of operations on it. Which operations are supported? For example, setting up smart routing or...