Create new AKS with older kubernetes version

Martin Jensen 1 Reputation point
2022-03-11T20:01:45.407+00:00

Have something i want to test with an older kubernetes version, is there a way to create a new AKS cluster with a version older then the current minimum selectable version in the portal ?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,999 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Saggie Haim 166 Reputation points MVP
    2022-03-12T00:50:59.91+00:00

    Hey,

    The moment a Kubernetes version get deprecated, you are no longer able to deploy it.
    The security risks of unpatched version are the main drive for this reason.

    you can find more info the following documentation page:
    https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#faq

    Hope it helps :)

    1 person found this answer helpful.