-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Single pod and HorizontalPodAutoscaler Example #3
Comments
+1 for more examples on auto-scale config. |
+1 |
+1 can you help with a helm chart example for installation or something beyond what is offered in the above |
Not sure if you were asking me but the YouTube link I posted below is the best resource to learn about Statefulsets. https://www.youtube.com/watch?v=eUa-IDPGL-Q The Typesense helm chart basically creates a highly available or HA Statefulset of Typesense pods.
|
The simplest method to run Typesense in Kubernetes is by using a Deployment, not a Statefulset. I chose this option as it is more straightforward to set up, as demonstrated in the provided deployment example.
|
Thanks for an awesome software and example.
This is more of a help request.
I am a startup company, and High Availability is too expensive for me, as I am dealing with a large dataset. I have about 3.2 million records similar to your airbnb example. Note that I am also self-hosting the map tiles server on the same node IoI
The example here requires to manually modify the ConfigMap and increment
typesense-{increment}.ts.typesense.svc.cluster.local:8107:8108
based on how many replicaset I have.
To be honest I am using Kubernetes only for its autoscaling capabilities.
(I mean Kubernetes without autoscaling capability doesn't worth the effort :) )
Is it possible to make a single Statefulset pod of a Typesense and horizontally auto scale it? Can it choose the typesense-0 as a master and the rest for read access, without any configuration?
The text was updated successfully, but these errors were encountered: