-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Helm chart #575
Comments
@viggin543 Great work! Thank you! |
@absorbb let me know if I can be of assistance. |
Hi, any updates on k8s deployment? Thanks in advance. |
Hi - just chiming in to say that a traditional, platform-neutral helm chart would be useful to me as well. Looking at the two helm charts, and having spent very little time investigating Jitsu architecture, I'm left with the following questions / list of things that I would look for in a helm chart. I'm using this note partially as a way to document what I'm finding as I'm looking around, partially as a way to open up for discussion to see if anyone more knowledgeable than me about Jitsu has already thought through these things:
|
1 - if you don't use a SS, and k8s evicts a Jitsu pod. data will be lost.
all this ingress does is forward all traffic to a default backend on port 80 All the "GKE stuff" in this repo are those annotations, they automatically assign this ingress to a backend ( some GKE term) and a managed certificate, and the terraform code that creates a managed certificate and load balancer in google. The Help part is pretty generic This chart is not Plug and Play, It can be though. Will appreciate contributions. |
Just FYI: One of helm charts can be found on the plural.sh artifacts |
To be continued at #880, closing this one |
Problem
Installing Jitsu on k8s takes some work
Solution
install Jitsu on k8s in a click ( almost )
using a community maintained helm chart
I've developed this chart for deploying jitsu on GKE.
( with slight modifications it can be installed on any k8s )
If this has any value to Jitsu project I suggest merging this repo to jitsu org.
The chart includes
more details in chart readme
Thanks in advance.
The text was updated successfully, but these errors were encountered: