top | item 45911154

(no title)

sprior | 3 months ago

I have several Docker hosts in my home lab as well as a k3s cluster and I'd really like to use k3s as much as possible. But when I want to figure out how to deploy basically any new package they say here are the Docker instructions, but if you want to use Kubernetes we have a Helm chart. So I invariably end up starting with the Docker instructions and writing my own Deployment/StatefulSet, Service, and Ingress yaml files by hand.

discuss

order

frogperson|3 months ago

Ive found it easier, in most cases, to run 'helm template ...' on an existing chart, snd then use the output as my starting point.

mkesper|3 months ago

That's probably easier than figuring out using a complicated Helm chart.