Getting to chapter 10 has been a long road to travel. Along the way, we used numerous tools to build, test, and deploy microservices. In this chapter, we’ll see the fruits of our labor come together in the completed version of the FlixTube example application.
You’ll learn how FlixTube works as a whole and meet some new microservices. We’ll also revise and consolidate our skills in the context of a complete, although still relatively simple, microservices application.
We’ll start by building and running FlixTube in development. Next, we’ll run our tests from chapter 9 against it. Ultimately, we’ll deploy FlixTube to our production Kubernetes cluster and see its continuous deployment (CD) pipeline.