-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider replacing etcd with sqlite #312
Comments
This is a direction we would like to explore. There are many benefits in using SQLite in the place of etcd, both interms of performance and maintenance. We could even use a distributed version of SQLite https://github.com/CanonicalLtd/dqlite . For sure a very interesting goal to pursue. Again, are you @pierreozoux or any one else willing to lead this effort? |
rancher/k3s actually provides this functionality via https://github.com/rancher/kine I believe. Perhaps this could be helpful? |
Dqlite is coming really soon. Have a look at this: |
Nice. Is this being done via kine or another layer? |
It is not using kine. Have a look at https://github.com/ubuntu/microk8s/tree/feature/ha-dqlite |
This is now the default for 1.19 MicroK8s. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
In relation to #303 to save more memory, and like in k3s project, we could think of reducing the memory footprint by using SQLite.
What do you think about the idea?
The text was updated successfully, but these errors were encountered: