Azure AKS add node with different Linux OS

5/31/2019

When using a Kuberenetes service on Azure the nodes are by default built with an Ubuntu image.

I have a use case of wanting to add more nodes but on the az CLI the os-type is only Linux (ubuntu) or Windows.

Is there a way of adding a Node to an existing Kubernetes cluster on Azure that is of different Linux types like CentOS?

-- Softey
azure
centos
kubernetes
linux

1 Answer

5/31/2019

AKS only supports ubuntu at this time, so this is not yet possible

-- 4c74356b41
Source: StackOverflow