kubernetes-retired / service-catalog

Consume services in Kubernetes using the Open Service Broker API
https://svc-cat.io
Apache License 2.0
1.05k stars 384 forks source link

Sample/ Example service broker implementations? #1643

Closed reachrkr closed 6 years ago

reachrkr commented 6 years ago

Hi All ,

Are there any k8s based sample OSB broker implementations, just like the one available for cloud foundry using spring cloud

https://github.com/spring-cloud-samples/cloudfoundry-service-broker

Regards rkr

codevulture commented 6 years ago

This might be of reference: https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/walkthrough.md , Please check.

maleck13 commented 6 years ago

This may be useful to you https://github.com/openshift/ansible-service-broker

MHBauer commented 6 years ago

https://github.com/openservicebrokerapi/servicebroker/blob/master/gettingStarted.md has examples.