# Azure container instance & azure kubernets service ## Azure Container Instance: Azure Container Instances (ACI)是一個 managed servic, 可以直接在Azure上運行container, 直接在 Microsoft Azure 上run container, ACI 提供了用於管理主機上的一組容器的基本功能。 它支持使用 Kubernetes 等完整容器編排器來執行更高級的任務,例如coordinated upgrades, service discovery and automated scaling ## Azure Kubernetes Service: (AKS) 簡化了 manage 和 deploy kubernets的步驟,包括health monitoring, upgrades, and networking。 AKS 管理 Kubernetes master node,而客戶管理和維護agent node