Overview
AKS(Azure Kubernetes Service) 是 Microsoft Azure 提供的一種托管Kubernetes 服務,旨在簡化 Kubernetes 集群的部署、管理和操作。輕松運行和擴展基于容器的應用程序,而無需管理 Kubernetes 本身的基礎設施。
AKS與 Kubernetes (K8s) 的關系是 服務與核心平臺 的關系。AKS 是基于原生 Kubernetes 的實現。
How to Use AKS?
1. Create an AKS cluster 群集
- AKS is the managed service that creates and operates the Kubernetes cluster.
Refer to: Create and connect to the AKS cluster
How to Deploy ACS Email in AKS
1 Prepare ACS & ECS Resources
2 Enable Managed Identity
Reference
- What is AKS?