Creating a service broker resource from the management console

Register a service broker resource to create an instance of your services and plans.

To create a service broker from the management console, complete the following steps:

  1. Log in to your IBM Cloud Private cluster.
  2. From the navigation menu, click Manage > Service Brokers.
  3. Click the Add ClusterServiceBroker button to add a service broker resource.
  4. In the Add ClusterServiceBroker dialog box, provide the following details:

    • Name: The name of your service broker resource.
    • Url: The service broker end-point.
    • CA bundle (Optional): The name of the CA bundle that is trusted by the TLS server.
    • insecureSkipTLSVerify: Check the insecureSkipTLSVerify check box to skip the TLS verification.
    • Secret namespace: The namespace location for the Secret.
    • Secret: The name of the associated Secret.
  5. When you finish customizing your service broker resource, you can click the JSON mode slider to view the JSON mode of your resource. Your service broker resource might resemble the following output:

     {
       "kind": "ClusterServiceBroker",
       "apiVersion": "servicecatalog.k8s.io/v1beta1",
       "metadata": {
         "name": "ups-broker"
       },
       "spec": {
         "url": "http://ups-broker-ups-broker.ups-broker.svc.cluster.local"
       }
     }
    
  6. Click Create.

A service broker resource is created.