In the previous chapter, we went through the microservice architecture and its challenges. You learned how an orchestration engine can solve these challenges, but to make a solution more elegant and reusable, you need a service mesh. In this chapter, we will show you how to set up the Istio environment and understand the basics of Istio.
Istio Service Mesh
As discussed in the previous chapter, when using a microservices architecture, calling services over the network is a little less reliable when you want to provide a ...