Code Monkey home page Code Monkey logo

minio-broker's Introduction

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:

$ helm 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.

minio-broker's People

Contributors

slack avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.