Finally, we arrive at the most exciting chapters of the book! The next three chapters cover the three tools we need to deploy our application to production. These three chapters will also be the most difficult so far, but just follow along with the examples to learn the most and gain real experience by bringing your own application to production.
Starting in this chapter, we’ll deploy our first microservice to Kubernetes. You’ll discover how easy it is to use a local Kubernetes instance to experiment and learn.
Then, we’ll take the easiest route to a production Kubernetes cluster by creating a managed cluster in the Azure portal UI. In subsequent chapters, you’ll learn how to create your Kubernetes cluster through code using Terraform and then how to put your deployment process on automatic using GitHub Actions.