#helm (2019-05)

Archive: https://archive.sweetops.com/helm/

2019-05-01

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@zadkiel we opened this issue https://github.com/aslafy-z/helm-git/issues/9

Failure when ref is an annotated tag · Issue #9 · aslafy-z/helm-git

The plugin fails when ref refers to an annotated tag, which is the usual case for GitHub release tags. For example: helm repo add istio git+https://github.com/istio/istio@install/kubernetes/helm?re

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@Jeremy G (Cloud Posse) share a bit of info on what is going on

2019-05-15

dustinvb avatar
dustinvb

Has anyone come across an Istio Helm plugin? I was thinking this would be part of Helm 3 discussion but haven’t seen anything of the sort.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

what would the helm plugin do?

dustinvb avatar
dustinvb

In my mind it would allow me to use the Istio config like a template and it would supply Values to the config just like a Kubernetes manifest so I could treat this like an ingress resource.

dustinvb avatar
dustinvb

How is Cloud Posse working with Istio any examples maybe I am thinking about this all wrong.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

so, once you have istio installed, you have all the CRDs necessary to work with it

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

then in your helm charts, you add the resources

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

we use helmfile with helm

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

have you kicked the tires yet on #helmfile?

2019-05-27

Hugo Lesta avatar
Hugo Lesta

Hello there, anybody knows an helm skaffolding with good practices applied?

Hugo Lesta avatar
Hugo Lesta

I’m getting started with helm and I need a little bit of help to achieve that.

hlesta avatar

It seems great place to get started

hlesta avatar

Do you have any recommendations?

2019-05-28

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@hlesta have you seen our monochart?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

we have archived the helm-chart-scaffolding and instead moved development to monochart

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
cloudposse/charts

The “Cloud Posse” Distribution of Kubernetes Applications - cloudposse/charts

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

You can use the monochart as-is for 99% of webapps

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

or fork it and customize to your needs

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

the idea is to provide a common interface for deploying the most common kinds of apps

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

this works really well with #helmfile

hlesta avatar

Hello @Erik Osterman (Cloud Posse). I’ll check this repo, it seems worthy to first sight thanks

2019-05-29

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
helm/helm

The Kubernetes Package Manager. Contribute to helm/helm development by creating an account on GitHub.

2019-05-30

Pablo Costa avatar
Pablo Costa

I’m wondering on how would be a migration process to helm3 ?

    keyboard_arrow_up