Aks - Nodepools = Virtual Machine Scale sets?

Yasin Yildiz 21 Reputation points
2022-09-02T06:29:26.597+00:00

So we created an aks cluster and azure created virtual machine scale sets in the resource group of the cluster.
Yesterday when i upgraded the image(via terraform) of the scale sets nothing happend to the version of the node.
And today when i looked the nodes had the identical version to the scale sets.

Now my question is are the nodes the equivalent of scale sets or am i missing some mechanic of azure aks?

Kind regards
Yasin

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,448 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
449 questions
0 comments No comments
{count} votes

Accepted answer
  1. Stanislav Zhelyazkov 28,186 Reputation points MVP Volunteer Moderator
    2022-09-02T06:40:43.533+00:00

    Hi,
    Yes, AKS creates vm scale set, but it is highly not recommended to change the scale set resources directly. You should use only the operations that are available via the AKS resource. So I would do a new deployment and not temper the scale set directly anymore.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.