January 2020
Intermediate to advanced
640 pages
16h 56m
English
In the last part of this chapter, we will take the monolithic Links 'R' Us application that we built and deployed in the previous chapter and apply everything we have learned so far to break it down into a bunch of microservices. The following diagram illustrates the expected state of our cluster after we've made all the necessary changes:

The Kubernetes manifest files that we will be using for the microservice-based version of Links 'R' Us are available under the Chapter11/k8s folder of this book's GitHub repository. ...