Azure Kubernetes Service (AKS)
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?