Containerization Flashcards

1
Q

What are the different Containerization options available in Azure?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the different plan types for Azure Container Apps?

A
  • Dedicated
  • Consumption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is domain used by default for apps deployed as Azure Container Instances?

A

When you create a container instance, you can specify a custom DNS name label so your application is reachable at customlabel.azureregion.azurecontainer.io.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the size limit of the Container Images that can be used for Azure Container Instances?

A

15Gb

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the max number of containers per container group that can be in Azure Container Instance?

A

60

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the max number of volumes per container group that can be in Azure Container Instance?

A

20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the max number of ports per IP that can be in Azure Container Instance?

A

5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the different container restart policies?

A
  • Always
  • Never
  • OnFailure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly