Skip to content

cclin81922/osb-starter-pack

 
 

Repository files navigation

Deploy broker using Helm

Deploy with Helm and pass custom image and tag name. Note: This also pushes the generated image with docker.

$ make deploy-sc
$ IMAGE=cclin81922/osbapi-broker TAG=latest PULL=Never make deploy-broker

Keep watch by svcat get brokers broker-skeleton until its status becomes ready.

Use broker

$ make provision
$ make bind

Verify

$ svcat get instances -n test-ns
$ svcat get bindings -n test-ns
$ kubectl get secret -n test-ns

About

A quickstart for making a new Open Service Broker

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.3%
  • Makefile 12.5%
  • Smarty 1.6%
  • Dockerfile 0.6%