This chapter opens the second module of this book, which looks at implementing containerization and DevOps in the development cycle. Here, we'll focus on modernization and migrating applications to Azure by leveraging the power of containerization. Once we've completed the migration process, we'll look at efficient development and release techniques using Microsoft Cloud's DevOps tools and processes.
In this chapter, we'll be talking about running Docker and Kubernetes on Azure.
The following topics will be covered in this chapter:
- Understanding the Docker ecosystem in Azure
- Containerizing your applications
- Kubernetes overview and running Kubernetes on Azure
- Why Azure Kubernetes Service?
We won't be looking at concepts such as what Docker is in this book. Please refer to the Further reading ...