hello team! any recommendations how to configure l...
# help
y
hello team! any recommendations how to configure lakeFS in kube for HA? just increase amount of replicas?
j
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
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
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