Containers
CoreAzure Kubernetes Service
Managed Kubernetes control plane for container orchestration.
Key points
- AKS supplies a managed Kubernetes control plane and exposes Kubernetes orchestration APIs.
- Teams still design node capacity, networking, workload identity, scheduling, upgrades, observability, and persistent state.
Best-known use cases
- Run container platforms that require Kubernetes operators, scheduling controls, or ecosystem portability.
What candidates often confuse it with
- AKS provides Kubernetes control; Container Apps offers a higher-level container platform without direct Kubernetes operations.
Key takeaway
Choose AKS when the Kubernetes API or ecosystem is an explicit requirement that justifies cluster ownership.
Relevant exam tasks
- D4.1.S3 — Recommend a container-based solution