Viewing profile — kparthas
kparthas
HN member- Joined
- Sun, Jul 17, 2016, 3:56 PM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About kparthas
No profile information was provided.
Recent public activity
-
comment
Comment #12448674
Minio server provides read-after-write consistency. For fault-tolerance, * protection against failed disks, you could deploy Minio erasure code setup. ref: https://docs.minio.io/do…
-
comment
Comment #12126027
To clarify my previous reply, in a cloud environment, scalability and multi-tenancy is achieved by spawning many instances of minio server, one per tenant. We are also working on a…
-
comment
Comment #12125822
For reliability, you could start another minio server process on a different machine and use "mc mirror" subcommand ( https://docs.minio.io/docs/minio-client-complete-guide#mirro..…