Date
1 - 3 of 3
Centralized Tiller deployments
sal
Hi,
I'm setting up a number of Kubernetes clusters and want to use Helm/Tiller to deploy charts. Let's call these clusters central, dev, stg, and prod.I'm wondering if it's possible to install Tiller into the central cluster and give it access to deploy into other clusters like dev, stg, and prod. That way I'm not duplicating charts across clusters. I imagine there would be some service account magic that would need to happen across clusters, but I'm not sure that tiller can access other clusters or if it's tied to single clusters. Here's a diagram of what I'm trying to accomplish. |
|
Fox, Kevin M <Kevin.Fox@...>
It can not. You can get some of that functionality via Kubefed:
https://github.com/kubernetes-sigs/federation-v2
A central tiller can load kubefed objects that go out to other clusters.
Thanks,
Kevin From: cncf-helm@... [cncf-helm@...] on behalf of saldazzo@... [saldazzo@...]
Sent: Thursday, April 18, 2019 6:07 PM To: cncf-helm@... Subject: [cncf-helm] Centralized Tiller deployments Hi,
I'm setting up a number of Kubernetes clusters and want to use Helm/Tiller to deploy charts. Let's call these clusters central, dev, stg, and prod.I'm wondering if it's possible to install Tiller into the central cluster and give it access to deploy into other clusters like dev, stg, and prod. That way I'm not duplicating charts across clusters. I imagine there would be some service account magic that would need to happen across clusters, but I'm not sure that tiller can access other clusters or if it's tied to single clusters. Here's a diagram of what I'm trying to accomplish. |
|
Matt Fisher <matt.fisher@...>
This was originally the design goal of
rudders and the
rudder-federation project. The last activity that initiative had seen was over 2 years ago, and the core maintainer who was developing that project recently became an emeritus member.
As Kevin mentioned, I'd look into Kubernetes Federation v2. There hasn't been much activity on federated tillers in a *long* time.
Matthew Fisher Caffeinated Software Engineer
Microsoft Canada From: cncf-helm@... <cncf-helm@...> on behalf of via Lists.Cncf.Io <Kevin.Fox=pnnl.gov@...>
Sent: Friday, April 19, 2019 8:35 AM To: saldazzo@...; cncf-helm@... Cc: cncf-helm@... Subject: Re: [cncf-helm] Centralized Tiller deployments It can not. You can get some of that functionality via Kubefed:
https://github.com/kubernetes-sigs/federation-v2
A central tiller can load kubefed objects that go out to other clusters.
Thanks,
Kevin
From: cncf-helm@... [cncf-helm@...] on behalf of saldazzo@... [saldazzo@...]
Sent: Thursday, April 18, 2019 6:07 PM To: cncf-helm@... Subject: [cncf-helm] Centralized Tiller deployments Hi,
I'm setting up a number of Kubernetes clusters and want to use Helm/Tiller to deploy charts. Let's call these clusters central, dev, stg, and prod.I'm wondering if it's possible to install Tiller into the central cluster and give it access to deploy into other clusters like dev, stg, and prod. That way I'm not duplicating charts across clusters. I imagine there would be some service account magic that would need to happen across clusters, but I'm not sure that tiller can access other clusters or if it's tied to single clusters. Here's a diagram of what I'm trying to accomplish. |
|