AKS add non Azure Node

6/4/2018

We are looking into migrating all our company services to Kubernetes. Since it seems to be pretty straight forward to setup I was looking into Azure Kubernetes Service.

Out of curiosity and with certain privacy issues in mind, I was wondering if it is possible to add self-hosted nodes to the Azure Kubernetes cluster and if so, how to do it.

-- Patrick Amrein
azure
azure-kubernetes
kubernetes

1 Answer

6/22/2018

No. All nodes in the cluster must run in Azure and are managed by the AKS service, though they reside in your subscription.

-- Sean McKenna
Source: StackOverflow