March 2020
Intermediate to advanced
626 pages
14h 45m
English
The purpose of the control plane is to set the policies and configurations for all of the data planes running as a service mesh. As we mentioned in Chapter 3, Service Mesh Architecture, an ideal service mesh should follow the ORASTAR principle. Take a look at the following diagram:

From the preceding diagram, we can see that the control plane satisfying the ORASTAR principle resides in the Kubernetes master nodes. You can run the control plane through the use of taints and tolerations to limit the control plane nodes to a set of dedicated nodes. The microservice with sidecar proxy applications running in worker nodes form a ...
Read now
Unlock full access