Containers Service
AKS - Azure Kubernetes service
Cluster of computers that run your containers
You have a node orchestrator that is controlling your pods
What are Azure Container Instances(ACI)
In container instances, you can deploy your application via docker hub image also or you can use any quickstart images that are provided.
These are the simplest way to deploy containers but not recommended in production environment deployment
Container Registry is a service in azure to build, store and manage container instances and artifacts in a private registry for all types of container deployments.
Last updated