In this chapter, we will go through Linkerd's reliability features, such as automatic load balancing through dynamic requests routing, service profiles, retries, timeouts, and proactive error code hunting.
This chapter will explain the traffic management capabilities of a service mesh. Understanding this framework is necessary if you want to use networking resources that coordinate, restrict, and scale traffic throughout microservices.
We will be covering the following topics in this chapter:
- Load balancing traffic between services in the booksapp application
- Understanding and creating service profiles
- Routing traffic between the booksapp application for a newly created service profile
- Deploying service profiles for the booksapp application using Swagger specs
- Understanding aggregated routing for the booksapp application
- Enabling...