Install Service Catalog using SC

    It provides a way to list, provision, and bind with external Managed Services from without needing detailed knowledge about how those services are created or managed.

    You can use the GCP Service Catalog Installer tool to easily install or uninstall Service Catalog on your Kubernetes cluster, linking it to Google Cloud projects.

    Service Catalog can work with any kind of managed service, not only Google Cloud.

    • Understand the key concepts of .

    • Install the cfssl tool needed for generating SSL artifacts.

    • Service Catalog requires Kubernetes version 1.7+.

    • The kubectl user must be bound to the cluster-admin role for it to install Service Catalog. To ensure that this is true, run the following command:

    Install using :

    1. go get github.com/GoogleCloudPlatform/k8s-service-catalog/installer/cmd/sc

    sc should now be installed in your GOPATH/bin directory.

    First, verify that all dependencies have been installed. Run:

    If the check is successful, it should return:

    If you would like to uninstall Service Catalog from your Kubernetes cluster using the sc tool, run:

    1. sc uninstall
    • Explore the project.