Matus Brandys
Matus Brandys
Some progress has been made in the following branch: https://github.com/m-brando/claudie/tree/feature/external-providers-template - Users can now define a required_providers block in a custom file called `required_providers` (NOTE file without the `.tpl` suffix)....
Design doc for the issue : https://docs.google.com/document/d/1qv0YXomaHSEMfOZKGEv_UqC69Of0LREM8S5RI9JcUyQ/edit?tab=t.0#heading=h.ol1douhhte9n
After further evaluation, we've decided to postpone IPv6 implementation for now. Below are the key pros and cons of using IPv6 in the Claudie setup: ✅ Advantages - Built-in IPsec...
According to the documentation best practices https://longhorn.io/docs/archives/1.6.1/best-practices/#io-performance , it is recommended to enable `best-effort` data locality (disabled by `default`) and configure 2 replicas instead of the default 3. I conducted...
The reason why reading performance is not affected when data locality is set is that reads are performed in a round-robin fashion across all disks. This behavior essentially replicates RAID...