Chapter 2 covers how high availability is achieved for the core components of the platform. The communication for specific control plane components like the synchronization of the etcd database, external connections to the OpenShift Console (in OCP 3.11.x), the communication from the Kubelet to the Kubernetes APIs, and external connections to the cluster’s Kubernetes API goes directly to Master’s Nodes IPs. Any other intercommunication among components in the cluster uses the OpenShift Networking service.
When considering the OpenShift Networking as a whole, there are the OpenShift ...