Replies: 2 comments 7 replies
-
|
We revisited this during the vLEI dev community call and perhaps if enough info is collected here we could make this part of the source repo as a markdown file. |
Beta Was this translation helpful? Give feedback.
-
|
One of my main concerns regarding KERIA deployments is dynamic scaling. Most use cases that we are working with at the moment are very "spiky" in nature. Our KERIA deployments will have very little to do 99% of the time, but 1% of the time, we have a lot of usage. I would like it to be possible to horizontally scale a KERIA deployment, and I want to be able to do so dynamically based on the load that the deployment is currently under. Currently, each instance needs exclusive access to its LMDB database, which means we cannot run two instances against the same database. Any thoughts? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are deploying KERIA and could use some guidance then this discussion is for you. This will be updated as I gain new information on KERIA, KERIpy, and other KERI deployment best practices on any KERI implementation.
Overview
TOC
Contents
Deployment
Component List
A basic component list for a KERIA deployment includes the following:
Container-based deployments
Kubernetes
Configuration
Common Problems
401 Unauthorized on OOBI resolutions
Problem:
This can often happen when you have a network load balancer or firewall that has filtering rules that do not properly forward HTTP headers or otherwise allow requests from the HIO HTTP client KERIA uses to make HTTP calls to witnesses, KERIA agents, and schema hosting servers.
Solution
Relax the filtering rules on your load balancer or firewall. This solution is lacking specificity and will be extended as the specific guidance for load balancers and firewalls are determined.
Beta Was this translation helpful? Give feedback.
All reactions