July 2018
Intermediate to advanced
504 pages
11h 34m
English
In the previous chapters, we ran our applications on a single node, or sometimes, two nodes. Some might say that if there is more than one OpenShift node in the cluster, it is considered a redundant configuration, but that is far from true.
If we compare standard OpenShift architecture and OpenShift HA, you will see some differences between them:

Here we have nodes, masters, storage, and a routing layer consisting of infra nodes. OpenShift HA architecture is quite similar but has one distinct difference—in the routing layer we have load balances that make the overall solution always accessible. ...