KubeBrain: Address the limitations of Kubernetes 5k nodes for stable operation(github.com)
github.com
KubeBrain: Address the limitations of Kubernetes 5k nodes for stable operation
https://github.com/kubewharf/kubebrain
3 comments
What kind of backend storage does KubeBrain use?
Github project shows tikv:
https://github.com/kubewharf/kubebrain/tree/main/pkg/storage
Yes, and we run system with TxnKV API of TiKV now. And we are try to explore if we can run with RawKV API of Tikv and implement more KV stores.