Prev Next

Cloud / Microsoft Azure Interview Questions

What are containers and mention the difference between Azure Container Instance (ACI) and Azure Kubernetes Service (AKS)?

Containers contain everything the app (code) needs to run in a "container image". Containers make it fast and easy to deploy the apps.

Azure Container Instance (ACI) is a single instance and deploys a container image.

Azure Kubernetes Service(AKS) runs on a cluster of servers, suitable for enterprise applications..

More Related questions...

Show more question and Answers...


Comments & Discussions