hello team!
any recommendations how to configure lakeFS in kube for HA?
just increase amount of replicas?
j
Jonathan Rosenberg
05/08/2024, 11:52 AM
Hello @Yury Komarov
Basically yes. Increasing the amount of replicas (or setting an auto scaling policy) should do the trick.
For some deployment examples you can check this.
👍 1
o
Oz Katz
05/08/2024, 2:36 PM
Adding: make sure you're not using the local db type (which is the default, but rather an external service such as DynamoDB, PostgreSQL, etc).
👍 1
y
Yury Komarov
05/09/2024, 7:47 AM
yeah, we are using external DB
there was only one thing that i've found: auth issues with UI requests if we are not setting up sticky sessions in balancer... was curious, maybe i've missed something