forked from cloudfoundry/docs-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.md.erb
26 lines (21 loc) · 2.02 KB
/
index.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Services
description: Any type of add-on that can be provisioned alongside your application; for example, a database or an account on a third-party SaaS provider.
owner: Core Services
---
<strong><%= modified_date %></strong>
The documentation in this section is intended for developers and operators interested in creating Managed Services for Cloud Foundry. Managed Services are defined as having been integrated with Cloud Foundry via APIs, and enable end users to provision reserved resources and credentials on demand. For documentation targeted at end users, such as how to provision services and integrate them with applications, see [Services Overview](../devguide/services/index.html).
To develop Managed Services for Cloud Foundry, you'll need a Cloud Foundry instance to test your service broker with as you are developing it. You must have admin access to your CF instance to manage service brokers and the services marketplace catalog. For local development, we recommend using [BOSH Lite](https://github.com/cloudfoundry/bosh-lite) to deploy your own local instance of Cloud Foundry.
## Table of Contents
* <a href="overview.html" class="subnav">Overview</a>
* <a href="api.html" class="subnav">Service Broker API</a>
* <a href="managing-service-brokers.html" class="subnav">Managing Service Brokers</a>
* <a href="access-control.html" class="subnav">Access Control</a>
* <a href="catalog-metadata.html" class="subnav">Catalog Metadata</a>
* <a href="dashboard-sso.html" class="subnav">Dashboard Single Sign-On</a>
* <a href="examples.html" class="subnav">Example Service Brokers</a>
* <a href="binding-credentials.html" class="subnav">Binding Credentials</a>
* <a href="app-log-streaming.html" class="subnav">Application Log Streaming</a>
* <a href="route-services.html" class="subnav">Route Services</a>
* <a href="../devguide/services/route-binding.html" class="subnav">Manage Application Requests with Route Services</a>
* <a href="supporting-multiple-cf-instances.html" class="subnav">Supporting Multiple Cloud Foundry Instances</a>