Skip to content
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

Allow to create Deployment instead of StatefulSets #123

Closed
wants to merge 0 commits into from

Conversation

katlim-br
Copy link
Contributor

@katlim-br katlim-br commented Jan 29, 2025

As we are working on tuning our Quickwit instance for our use case, having StatefulSets is blocking us from iterating faster on disk size, cache size, etc.

Therefore, I propose to allow to opt-in to use Deployment instead of StatefulSet.

I understand the consequence of this.

When using StatefulSet, pod names have a predictable pattern, and the Quickwit cache is reused (linked to the pod name/host) even if we do a rolling update.
While on Deployment (which uses random names), the cache will be lost (and I'm even setting up ephemeral storage).

I understand this will require both files to be kept in sync (95% similar), but it is a valid use case.

(Set as draft because I need to run some tests, but I leave this open for feedback)

@katlim-br katlim-br marked this pull request as draft January 29, 2025 20:52
@katlim-br katlim-br closed this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant