Live data from Hacker News

Viewing profile — kparthas

kparthas

HN member
Joined
Sun, Jul 17, 2016, 3:56 PM UTC
HN karma
1
Public activity
3 items

About kparthas

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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..…