All Projects → minio → minio-boshrelease

minio / minio-boshrelease

Licence: AGPL-3.0 license
MinIO release for http://bosh.io/

Programming Languages

shell
77523 projects
go
31211 projects - #10 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to minio-boshrelease

vault-boshrelease
No description or website provided.
Stars: ✭ 29 (-6.45%)
Mutual labels:  cloud-foundry, bosh-release
logsearch-boshrelease
A BOSH-scalable ELK release
Stars: ✭ 45 (+45.16%)
Mutual labels:  cloud-foundry, bosh-release
stackdriver-tools
Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release
Stars: ✭ 22 (-29.03%)
Mutual labels:  cloud-foundry, bosh-release
fss3
FSS3 is an S3 filesystem abstraction layer for Golang
Stars: ✭ 52 (+67.74%)
Mutual labels:  aws-s3, minio
Rome
Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory and many others
Stars: ✭ 724 (+2235.48%)
Mutual labels:  aws-s3, minio
cf-rabbitmq-release
A BOSH Release of RabbitMQ
Stars: ✭ 29 (-6.45%)
Mutual labels:  cloud-foundry, bosh-release
bosh-softlayer-cpi-release
An external BOSH CPI for the SoftLayer cloud written in Golang
Stars: ✭ 14 (-54.84%)
Mutual labels:  cloud-foundry, bosh-release
s3www
Serve static files from any S3 compatible object storage services (Let's Encrypt ready)
Stars: ✭ 86 (+177.42%)
Mutual labels:  aws-s3, minio
Minio Py
MinIO Client SDK for Python
Stars: ✭ 400 (+1190.32%)
Mutual labels:  aws-s3, minio
Rust S3
Rust library for interfacing with AWS S3 and other API compatible services
Stars: ✭ 177 (+470.97%)
Mutual labels:  aws-s3, minio
bosh-kubernetes-cpi-release
The goal for this project is to provide a fully functional BOSH CPI. It will eventually allow to deploy any BOSH release to any Kubernetes cluster.
Stars: ✭ 29 (-6.45%)
Mutual labels:  cloud-foundry, bosh-release
s3-edit
Edit directly a file on Amazon S3 in CLI
Stars: ✭ 69 (+122.58%)
Mutual labels:  aws-s3
terraform-aws-s3-anti-virus
Creates and configures Anti-Virus Scanning of S3 Buckets.
Stars: ✭ 31 (+0%)
Mutual labels:  aws-s3
BlobHelper
BlobHelper is a common, consistent storage interface for Microsoft Azure, Amazon S3, Komodo, Kvpbase, and local filesystem written in C#.
Stars: ✭ 23 (-25.81%)
Mutual labels:  aws-s3
beihu-boot
企业级快速开发框架集,提供各种组件的模板方法包装,简化使用成本,供参考学习!
Stars: ✭ 32 (+3.23%)
Mutual labels:  minio
cloud-integration
Spark cloud integration: tests, cloud committers and more
Stars: ✭ 20 (-35.48%)
Mutual labels:  aws-s3
Jathena
Proof of concept open source Amazon Athena
Stars: ✭ 19 (-38.71%)
Mutual labels:  minio
spring-boot-cities-service
A Spring Boot + Spring Data + Spring Cloud Connectors demo app
Stars: ✭ 13 (-58.06%)
Mutual labels:  cloud-foundry
s3tree
🌲 Access S3 like a tree.
Stars: ✭ 26 (-16.13%)
Mutual labels:  aws-s3
tug
Private Composer registry for private PHP packages on AWS Serverless
Stars: ✭ 33 (+6.45%)
Mutual labels:  aws-s3

MinIO BOSH Release

BOSH allows users to easily version, package and deploy software in a reproducible manner. This repo provides BOSH release of MinIO Object Storage Server. You can use this release to deploy MinIO in standalone, single-node mode as well as in distributed mode on multiple nodes.

Upload release

Upload MinIO release to the bosh director.

bosh upload-release https://bosh.io/d/github.com/minio/minio-boshrelease

Deploy

Standalone Minio deployment

$ bosh deploy -d minio manifests/manifest-fs-example.yml \
    -v minio_deployment_name=minio \
    -v minio_accesskey=admin \
    -v minio_secretkey=CHANGEME!

Distributed MinIO deployment

For deploying a distributed version, set the number of desired instances in the manifest file.

$ bosh deploy -d minio manifests/manifest-dist-example.yml \
    -v minio_deployment_name=minio \
    -v minio_accesskey=admin \
    -v minio_secretkey=CHANGEME!

NAS MinIO deployment

For deploying a minio backed by a NAS mounted directory. In this example using NFS with the nfs_mounter job from the capi release.

$ bosh deploy -d minio manifests/manifest-nas-example.yml \
    -v minio_deployment_name=minio \
    -v minio_accesskey=admin \
    -v minio_secretkey=CHANGEME!

MinIO Console UI

For deploying a minio with registered routing for Console UI use ops:

$ bosh deploy -d minio manifests/manifest-[fs|dist|nas]-example.yml \
    -v minio_deployment_name=minio \
    -v minio_accesskey=admin \
    -v minio_secretkey=CHANGEME! \
    -o manifests/ops/register-console.yml \
    -v minio_console_uri=my-minio.example.org

PCF Tiles

  • MinIO Internal Blobstore for PCF

    Minio Internal Blobstore for PCF is a distributed S3 compatible blobstore for Pivotal Application Service (PAS). Operators can use Minio as blobstore for PAS instead of the internal WebDAV/NFS, which are single points of failure.

  • MinIO for PCF

    MinIO for PCF provides on-demand dedicated MinIO instances for PCF developers. The tile uses on-demand-service-broker API for provisioning of MinIO instances.

License

MinIO BOSH release is licensed under GNU AFFERO GENERAL PUBLIC LICENSE 3.0 or later.

Commercial License and Support

For commercial license and support, please contact [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].