Share one master node across multiple clusters

5/10/2019

We need to support multi-tenancy in k8s cluster. I found some articles mention about using namespace isolation for that, but it doesn't suit well in our case. Is there any other way to achieve this?

Actually, it's best for us if we can share one master node across multiple k8s clusters. Is it even possible? If yes, what we need to do?

-- 0x8091
kubernetes

1 Answer

5/10/2019

you cant have one master for multiple clusters.

-- P Ekambaram
Source: StackOverflow