Creating User Provided Service Instance (CUPS) for Spring Cloud Config

Cloud Foundry has commands for creating and updating user-provided service instances (cups). Once created, user-provided service instances can be bound to an application. To interact with the Cloud Foundry instance, the command line interface, cf CLI is used.

Procedure

  1. Log into your Cloud Foundry environment using the cf CLI.
  2. Using the cf CLI, execute .
    cf cups spring-cloud-config-server -p "url"
    
  3. When prompted, specify values appropriate for your environment.
    For example,
    url> tcp://localhost:8888