Minio is a high performance distributed object storage server, designed for
large-scale private cloud infrastructure. Minio is widely deployed across the
world with over docker pulls.
bosh upload-release https://bosh.io/d/github.com/minio/minio-boshrelease
bosh deploy -d minio-manifest.yml
Store application data like images, documents, snapshots, and logs as objects through Amazon S3 API.
Store CI/CD artifacts as objects through Concourse resources and JFrog Artifactory.
Minio enables Cloud-Foundry to use any storage infrastructure via a unified Amazon S3 interface. Minio abstracts local drives (SSD/SAS/SATA), NAS (EMC Isilon, VNX), Virtual storage (vSAN, Google Persistent Disk), and Cloud storage (Google Cloud Storage, Azure blob storage).
Minio deploys as a BOSH package or a Pivotal Tile in minutes. Application developers can self-service their own cloud storage through the Cloud Foundry CLI.
To handle application data storage, use Minio as a service on a Cloud Foundry deployment. Use Minio On-Demand-Broker to provision and run multi-tenant Minio deployments.
Minio fits perfectly in BOSH environment as the blobstore for artifacts. Use Minio to store release sources, compiled images, and other artifacts.
For BOSH installations use the endpoint (IP:port) and credentials configured in minio-manifest.yaml to access object storage. For Pivotal Tile deployments, please follow Application Binding.