Creating managed services in Cloud Foundry

Page last updated:

Managed Services are defined as having been integrated with Cloud Foundry Application Runtime through APIs, and allow you to provision reserved resources and credentials on demand. For documentation targeted at end users, such as how to provision services and integrate them with apps, see Services. This section is intended for developers and operators interested in creating Managed Services for Cloud Foundry Application Runtime.

To develop Managed Services for Cloud Foundry, you need a Cloud Foundry instance to allow testing your service broker as you are developing it. You must have admin access to your Cloud Foundry instance to manage service brokers and the services marketplace catalog. For local development, Cloud Foundry recommends using the BOSH guide to deploy your own local instance of Cloud Foundry using VirtualBox.

Table of Contents

View the source for this page in GitHub