nats-nui / nui

Free and Open Source NATS management GUI.
https://natsnui.app
The Unlicense
145 stars 13 forks source link

Helm chart support #10

Closed alessio-perugini closed 1 month ago

alessio-perugini commented 2 months ago

It would be cool to have a helm chart to easily deploy it in a k8s cluster.

If this is in your interest I could also take care of it. :nerd_face:

pricelessrabbit commented 2 months ago

yep it would be great to have it, my plan was to have a separate repo with chart releaser for that but then other stuff takes higher priority 😸. i'll try to have a look at it this week

pricelessrabbit commented 1 month ago

@alessio-perugini with "a bit" of delay, i added a basic setup to deploy NUI on k8s. you can find the repo here. Feel free to contribute and improve it or tell me if you see some hotspots

alessio-perugini commented 1 month ago

@pricelessrabbit Sorry for replying so late but I was lazing around and didn't have a K8S cluster within reach. I've tried the helm chart, I like it. For my needs is more than enough. My use case is a local cluster created with kind as a dev-environment, and it worked on the first try! :rocket:

EDIT: I've also opened a small PR (https://github.com/nats-nui/k8s/pull/1) feel free to close it if you don't like the proposed changes.

Thank you for creating nats-nui and the helm chart. Super appreciated!

colin-mochrie-whos-awesome