Azure Kubernetes Service (AKS)
AKS is a container orchestration service.
It allows you to manage the lifecicle of a container.
It supports direct access to the Kubernetes API and runs any Kubernetes workload. The full cluster resides in your subscription, with the cluster configurations and operations within your control and responsibility.
Backlinks
Azure Container Apps
Azure Container Apps enables you to run microservices and containerized applications on a serverless platform that runs on top of [[azure-kubernetes-service]].
PaaS - Platform-as-a-Service
- [[azure-kubernetes-service]]
Azure Containers
![[azure-kubernetes-service]]
Azure Container Instances (ACI)
If you need a more complex orchestrators, you should use [[azure-kubernetes-service]].
Azure Container Registry (ACR)
There are Azure services that pull the application content from ACR, such as [[azure-kubernetes-service]], [[azure-app-service]], [[Service Fabric]], and others.