Chapter 11: Creating and Configuring Containers
This chapter focuses on the creation and configuration of containers. Some topics to look forward to include the following: configuring the sizing and scaling of containers, working with Azure Container Instances (ACI), working with Azure Kubernetes Service (AKS) storage, scaling AKS, and the networking side of AKS. You will explore what containers are and the difference between containers and virtual machines (VMs), you'll understand use cases for containers, and you'll also learn how to manage and orchestrate container deployments within Azure. By the end of this chapter, you should feel confident in working with containers and being able to administer them on Azure.
In this chapter, we are going to cover the following main topics:
- Introduction to containers
- Containers versus VMs
- Azure Container Instances (ACI)
- Container groups
- Docker platform
- AKS
- Creating an Azure container registry ...