Is the Kubernetes version and AKS distributed Kubernetes version the same?

6/25/2021

Is Kubernetes version and AKS versions are refereing the same versioning ?

For example, Is AKS version 1.18.14 refers to the same of Kubernetes version 1.18.14?

Because Istio 1.7 version is support Kubernetes 1.18.x only. so need to know if we upgrade AKS to 1.19.x, whether it will be compatible with istio 1.7 ?

-- Vowneee
azure-aks
kubernetes
kubernetes-helm
kubernetes-ingress

2 Answers

6/26/2021

You can see AKS supported versions - https://docs.microsoft.com/en-us/azure/aks/supported-kubernetes-versions

the following link shows that istio 1.7 is not supported for kubernetes 1.19 -

https://istio.io/latest/docs/releases/supported-releases/

-- subudear
Source: StackOverflow

6/25/2021

Kubernetes version is equal to the AKS version of Kubernetes.

You can refer to the official documentation here.

This mean that if isto-v1.7 is supported only on K8S v1.18.x, it will NOT work on AKS v1.19.x

-- Abhinav Thakur
Source: StackOverflow