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 (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,855 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.
347 questions
0 comments No comments
{count} votes

Accepted answer
  1. Stanislav Zhelyazkov 21,101 Reputation points MVP
    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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful