ACA

ACA stands for Azure Container Apps. Azure Container Apps are a flavor of a hosted Kubernetes services in the Microsoft Azure cloud. ACA is a fully Platform As A Service (PaaS) resource. In the ACA service, Microsoft manages all components of the underlying Kubernetes cluster, including the system nodes (control plane) and the user nodes ... Read more

ACI

ACI stands for Azure Container Instance. It is a lightweight container PaaS service which allows the end customer to deploy, configure and manage a simple container-based solution based on a docker or other container image, without having to manage the underlying container cluster components. ACI can work together with Azure Kubernetes Service (AKS) by making ... Read more

ACR

ACR stands for Azure Container Registry. It is a PaaS resource which encapsulates the management of container images, such as Docker images in the Microsoft Azure Cloud. ACR is tightly integrated to other container services in Azure, such as AKS. An AKS cluster can utilize an ACR registry to pull its container images from. An ... Read more

AKS

AKS standards for Azure Kubernetes Service. It is an Azure cloud managed fully-featured Kubernetes cluster service. In AKS, there are system node pools and user node pools. System node pools host the AKS infrastructure components, i.e. the control plane components of the Kubernetes cluster, such as the API server. User node pools host the customer ... Read more