Helm: Need helm as tiller client in Java/Pyhton/Go

Created on 14 Apr 2018  ·  3Comments  ·  Source: helm/helm

  1. I want to do helm chart release using java/pyhton or go code instead of command line . Do we have such feature or ay repo doing it ?

  2. If I do say 10000 charts with each of min 10 releases will k8s will sustain? is helm designed for such scale? Where data stored can I scale tiller and its storage ? How much data it store for each release ?

questiosupport

Most helpful comment

I also need this for Java, as I want to deploy dynamically through code.

All 3 comments

1) If you check in the source code you can reuse the Go modules. :) It works, it is doable but there is not enough documentation. Have a look at this: https://github.com/kubernetes/helm/blob/master/cmd/helm/install.go#L214

closing as a duplicate of #3031.

I also need this for Java, as I want to deploy dynamically through code.

Was this page helpful?
0 / 5 - 0 ratings