Uprade AKS 1.13.12/Docker 19.3.14 to latest version AKS 1.17. 8

Parmar, Suresh 30 Reputation points
2022-06-12T08:01:11.183+00:00

I currently have AKS version 1.13.12 and want to upgrade to latest version AKS 1.17. 8.

Question:

  1. Is it possible to upgrade
  2. Is there any gotchas I need to keep an eye on

I look forward to hearing from this community.

Many thanks in advance...

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,886 questions
0 comments No comments
{count} votes

Accepted answer
  1. Luis Rodriguez 6,191 Reputation points Microsoft Employee
    2022-06-12T09:13:26.077+00:00

    Hello anonymous user

    Welcome to Microsoft Q&A Platform,

    Before you upgrade you can use the az aks get-upgrades command to check which releases are available for upgrade and see whether you can upgrade directly to 1.17.8.

    If you have the chance it's better to test the upgrade first on a dev/test setup.

    After the upgrade I'd recommend verifying the upgrade using the az aks show command.

    More info below about this process:

    https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster#check-for-available-aks-cluster-upgrades
    https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/aks/tutorial-kubernetes-upgrade-cluster.md

    I hope this helps!

    ----------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Parmar, Suresh 30 Reputation points
    2022-06-15T12:55:21.297+00:00

    Many thanks LuisRodriguez

    Can I possibly ask a further question - apologies for this :)

    I have 3 nodes that has OS that is out of support, Linux (ubuntu 16.04), and needs upgrading.

    I would be really grateful if you can advise the method of upgrading the nodes - I am assuming upgrade of Kubernetes as outlined in the link you provided will not upgrade the OS as well.

    I upgrading node OS will need to be done as a separate action before Kubernetes upgrade.

    I look forward to your reply and advise

    Regards..

    Suresh....

    0 comments No comments