To properly architect an OpenShift cluster, we need to understand the different components of the platform, their roles, and how they interact with each other. This base knowledge is important to be able to fine-tune OpenShift cluster design to your organization’s need beyond what is covered in this book.
Before going into each main component of OpenShift, it is important to understand how it relates to Linux Containers and Kubernetes.
Linux Containers
Nowadays, when we see the term Linux Containers, it is easy to think it only refers to Docker, but that is not the case. ...