Can we use nfs storage class as PVC for etcd #19415
Unanswered
navneetrajput06
asked this question in
Q&A
Replies: 1 comment
-
You can, but I would very strongly advise against it. NFS is a bad idea as storage for any database, because it guarantees neither the ordering nor the completion of writes. This can cause database corruption, on etcd or any other transactional database. There are specific NFS stacks that fix these problems, but unless you know that you're using one of those, steer clear. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like to be added?
Can we use nfs storage class as PVC for etcd in kubernetes cluster . We are using etcd for Milvus key value store. currently we local storage class. we want to use NFS.
This is regarding persistence not for disasterRecovery.
Why is this needed?
class. we want to use NFS.
This is regarding persistence not for disasterRecovery.
Beta Was this translation helpful? Give feedback.
All reactions