January 2020
Intermediate to advanced
640 pages
16h 56m
English
In the last part of this chapter, we will deploy the Links 'R' Us monolithic application on Kubernetes and put the partitioning logic to the test by scaling our deployment horizontally.
The following diagram illustrates what our final setup will look like. As you can see, we will be using Kubernetes namespaces to logically split the various components for our deployment:

From the preceding diagram, we can see that the linksrus-data namespace will host our data stores, which will be configured in highly available mode. The ...