This is an implementation of a Service Broker that uses Helm to provision instances of mariadb, mysql, drupal and wordpress. This is a proof-of-concept for the borathon idea, and should not be used in production.
- Kubernetes cluster (minikube)
- Helm 2.x
- Service Catalog API - follow the walkthrough
The boraweb Service Broker can be installed using the Helm chart in this repository.
$ git clone https://github.com/EleanorRigby/borawebbroker.git
$ cd borawebbroker
$ helm install --name borawebbroker --namespace borawebbroker charts/borawebbroker