Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.26 KB

Service_Catalog_Installation.adoc

File metadata and controls

59 lines (40 loc) · 1.26 KB

Service Catalog Installation

Service Catalog document site mixes up different versions without explicitly version information. I noted the procedure I installed.

Version Information

Table 1. Versions

Component

Version

kubernetes

1.19

helm

v3.4.0

svcat

v0.3.1

Installation

  1. kubectl create namespace catalog

  2. helm install catalog svc-cat/catalog --namespace catalog

Walkthrough

  1. 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

  2. Viewing ClusterServiceClasses and ClusterServicePlans

  3. Creating a New ServiceInstance

  4. Requesting a ServiceBinding to use the ServiceInstance

  5. Deleting the ServiceBinding

  6. Deleting the ServiceInstance

  7. Deleting the ClusterServiceBroker

  8. Final Cleanup