Containerization Flashcards
What are the different Containerization options available in Azure?
These are different containerization options in Azure:
1. Azure Container Apps
1. Azure App Service
1. Azure Container Instances
1. Azure Kubernetes Service
1. Azure Functions
1. Azure Spring Apps
1. Azure Red Hat OpenShift
What are the different plan types for Azure Container Apps?
- Dedicated
- Consumption
What is domain used by default for apps deployed as Azure Container Instances?
When you create a container instance, you can specify a custom DNS name label so your application is reachable at customlabel.azureregion.azurecontainer.io.
What is the size limit of the Container Images that can be used for Azure Container Instances?
15Gb
What is the max number of containers per container group that can be in Azure Container Instance?
60
What is the max number of volumes per container group that can be in Azure Container Instance?
20
What is the max number of ports per IP that can be in Azure Container Instance?
5
What are the different container restart policies?
- Always
- Never
- OnFailure