We explained load balancing in Chapter 7, Understanding the Istio Service Mesh. Linkerd uses a smart load balancing mechanism, which is described by William Morgan as follows:
Let's explore how load balancing is configured for the emojivoto application:
- Validate the emojivoto microservice and the availability of its pods:
$ kubectl get pods -n emojivotoNAME READY STATUS RESTARTS AGEemoji-697b575bd9-6487c 2/2 Running 0 29mvote-bot-7bd97dfbdc-f8hfv ...