Azure Kubernetes Service
This chapter is dedicated to describing the Kubernetes microservices orchestrator and, in particular, its implementation in Azure named Azure Kubernetes Service. The chapter explains the fundamental Kubernetes concepts, and then focuses on how to interact with a Kubernetes cluster, and how to deploy an Azure Kubernetes application. All concepts are put into practice with simple examples. We recommend reading Chapter 5, Applying a Microservice Architecture to Your Enterprise Application, and Chapter 6, Azure Service Fabric, before dealing with this chapter, since it relies on the concepts explained in these previous chapters.
More specifically, in this chapter you will learn about the following topics:
- Kubernetes basics
- Interacting with Azure Kubernetes clusters
- Advanced Kubernetes concepts
By the end of this chapter, you will have learned how to implement and deploy a complete solution based on Azure Kubernetes...