-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Helm Charts #673
Comments
I love this idea, and we have a few options do doing this on our project (I'd probably just use a GCS bucket, but we can use a OCI registry as well - but that is a bit more complicated). I'm thinking through the use cases, and what that install would look like.
Maaybe something like:
Wherein
Where There will likely be a lot of other options we'll want, like Alternatives could include separate charts for each type of run, but that seems like way too much complexity. Thoughts? |
I think we should maybe go a bit higher level than having the user set the executable arguments. I think the options should be like
|
We could go that route - although I was trying to avoid the inevitable expansion of 100 helm options by providing the most flexible option up front (check out Agones helm configuration params -- https://agones.dev/site/docs/installation/install-agones/helm/#configuration It can explode quite fast. So tradeoffs 😃 This sounds like an excellent topic to walk through some customer user journeys in our next monthly meeting, and list out what each one would create and how, and see what future plans we might envisage, and how that would work as well. Even fun things like - should proxies be deployed with a There will probably want to be a Service for an xDS provider, but again, is that private, public, something else? As we work through, we might find something a bit more generic may work in our favour better (or not!) |
Comments from community meeting - we'll aim for
And can expand it over time as more config options are requested. |
To make Quilkin installation easier on kubernetes, we should add support for helm for managing Quilkin in your clusters. Combined with #662 the proxy and management servers can work out of the box, with no more than
helm install quilkin
.The text was updated successfully, but these errors were encountered: