Service Catalog document site mixes up different versions without explicitly version information. I noted the procedure I installed.
-
kubectl create namespace catalog
-
helm install catalog svc-cat/catalog --namespace catalog
-
Installing the minibroker Server
kubectl create namespace minibroker helm repo add minibroker https://minibroker.blob.core.windows.net/charts helm install minibroker --namespace minibroker minibroker/minibroker
except the first step. other steps can follow the instructions at https://github.com/kubernetes-sigs/service-catalog/blob/master/docs/walkthrough.md
-
Viewing ClusterServiceClasses and ClusterServicePlans
-
Creating a New ServiceInstance
-
Requesting a ServiceBinding to use the ServiceInstance
-
Deleting the ServiceBinding
-
Deleting the ServiceInstance
-
Deleting the ClusterServiceBroker
-
Final Cleanup