deis/minio-broker

Name: minio-broker

Owner: Deis

Description: A Kubernetes Service Catalog broker to provide minio buckets

Created: 2017-03-21 22:33:45.0

Updated: 2017-06-29 03:00:54.0

Pushed: 2017-04-06 19:33:34.0

Homepage: null

Size: 9

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Proof of Concept

WARNING! This is a proof of concept and should not be used in production.

Minio Object Storage Broker

This repository implmenents a Service Broker which interacts with minio object storage to dynamically provision storage buckets and access credentials. This broker should be used with the Kubernetes Service Broker which is currently in development.

Prerequisites

  1. A Kubernetes cluster
  2. An installation of Helm
  3. An installation of Service Catalog (https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/walkthrough.md)
  4. An installation of Minio (helm install stable/minio --name=minio --set accessKey=myaccesskey,secretKey=mysecretkey)

Minio Broker Installation

Install the minio broker from the charts directory in this repository:

lm install ./charts/minio-broker --name minio-broker --set minio.endpoint=minio-minio-svc.default.svc.cluster.local:9000,minio.access_key_id=myaccesskey,minio.secret_access_key=mysecretkey

Usage

See sample-binding.yaml and sample-instance.yaml for an example Service Catalog binding+instance that uses this broker.

After creating these third-party-resources (e.g. kubectl create -f sample-binding.yaml), the Service Catalog and minio-broker will create a unique bucket and access credentials. The bucket name and credentials will be written to a secret by the name of “sample-secret” which is specified in the binding.

Questions / Getting Help

If you have any questions or would like to get involved in the Service Catalog work. Join #sig-service-catalog on the Kubernetes Slack.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.