Container image types supported by AKS

Hachiya, Yuuki/蜂谷 勇揮 21 Reputation points
2022-09-21T02:51:32.143+00:00

I want to know which container images are supported by AKS (Azure Kubernetes Service).
Is it the same as the types supported by ACR (Azure Container Registry)?
(For example, all container images whose format is the "Docker Image Manifest Version 2, Schema 2" are supported by AKS? What about other image types?)

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
508 questions
Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,447 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 11,821 Reputation points MVP Volunteer Moderator
    2022-09-21T05:27:59.027+00:00

    Hello @Hachiya, Yuuki/蜂谷 勇揮

    Both Linux and Windows node pools use containerd as a runtime since Kubernetes version 1.19 and greater.
    Containerd runtime is software that executes containers and manages container images on a node. The runtime helps abstract away sys-calls or operating system (OS) specific functionality to run containers on Linux or Windows.

    243303-image.png

    You are right, AKS as long as containerd support Docker Image Manifest V2, Schema 1, Docker Image Manifest V2, Schema 2, OCI images


1 additional answer

Sort by: Most helpful
  1. Sreeju Nair 12,666 Reputation points
    2022-09-21T05:25:09.78+00:00

    AKS supports the Docker Image format and it can be integrated with Azure Container Registry.

    https://learn.microsoft.com/en-us/azure/aks/intro-kubernetes#docker-image-support-and-private-container-registry

    Since AKS can be integrated with ACR, it can pull all the image formats available in ACR. The following URL states the supported image formats in ACR

    https://learn.microsoft.com/en-us/azure/container-registry/container-registry-image-formats

    Hope this helps


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.