Azure Kubernetes Service requirements

Version: 10.5

To deploy Sitecore on Azure Kubernetes Service (AKS), you must meet the following requirements for an AKS installation:

  • An AKS cluster configured with the latest stable release of Kubernetes – version 1.30 or later.

  • One Windows Server 2022 or later OS node

  • For non-production environments and testing, the recommended minimum VM size for Windows and Linux nodes is Standard_D4s_v3.

  • For production environments, the VM size and number of nodes depend on your individual requirements.

To get the latest version of Kubernetes supported by AKS, run the following Azure CLI command:

az aks get-versions --location <location> --output table
Note

In the command, replace location with the region you want to check for.

If you have suggestions for improving this article, let us know!