Project: Containerized Web Application
Explore how to deploy a web application in a containerized environment using Azure Container Instances. Learn to create Docker containers with specified resources and monitor key performance metrics like CPU, memory, and network traffic to ensure application reliability.
We'll cover the following...
We'll cover the following...
In this chapter project, you’ll be starting from a common position many DevOps pros start with: a web application running in a containerized environment. No one knows the health of the application until customer service gets hammered with calls about the app being down. Because of this, you decide to move to Azure Container Instances (ACI) for creating Docker containers.
Creating an Azure container instance
Since this project isn’t going to be centered ...