Minio on K8s - PVC configurations #21551
Unanswered
curious-bug
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What do you mean.does it use any RAID config? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently configuring a small Minio cluster to run on Kubernetes and had a question regarding PVC/"drive" configurations.
Is there any benefits/disadvantages in configuring a single large PVC for each worker Vs. having 2 or more smaller PVCs?
The PVs are backed by redundant storage, so I'm only really concerned about about HA in the event of temporary worker loss and I can get the same level of failure tolerance using say 8x1 as I can with 8x4.
Any input is appreciated, thanks.
Beta Was this translation helpful? Give feedback.
All reactions