Introducing DirectPV

Introducing DirectPV

DirectPV is a CSI driver for Direct Attached Storage. At the most basic level, it is a distributed persistent volume manager, and not a storage system like SAN or NAS. DirectPV is used to discover, format, mount, schedule and monitor drives across servers. Before we get into the architecture of DirectPV, let’s address why we needed to build it.

Read more...

How to Install and Configure Kubeflow with MinIO Operator

How to Install and Configure Kubeflow with MinIO Operator

Kubeflow is a modern solution to design, build and orchestrate Machine Learning pipelines using the latest and most popular frameworks. Out of the box, Kubeflow ships with MinIO inside to store all of its pipelines, artifacts and logs, however that MinIO is limited to a single PVC and thus cannot benefit from all the features a distributed MinIO brings to

Read more...

Simplifying Multi-Tenant Object Storage as a Service with Kubernetes and MinIO Operator

Simplifying Multi-Tenant Object Storage as a Service with Kubernetes and MinIO Operator

This post was updated on 1.12.22. Object storage as a service is the hottest concept in storage today. The reason is straightforward: object storage is the storage class of the cloud and the ability to provision it seamlessly to applications or developers makes it immensely valuable to enterprises of any size. The challenge is that object storage as

Read more...

Multi-Site Active-Active Replication

Multi-Site Active-Active Replication

Synchronizing data between multiple data centers is a core competency of any object storage service. MinIO already checked this box with its performance optimized Server-Side Active-Active Bucket Replication [https://blog.min.io/active-active-replication/]. Initially, MinIO only recommended two MinIO deployments. Active-Active replication supports scenarios such as: * Same-DC Replication * Cross-DC Replication * Same-Region Replication * Cross-Region Replication Active-Active replication

Read more...