vtrbtf / pivotal-cf-apigee

Pivotal Cloud Foundry Apigee code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Foundry and Apigee Edge Integration

This repository includes code you can use to integrate Apigee Edge with Cloud Foundry (including Pivotal and open source instances). Using this integration, you can proxy your Cloud Foundry apps with proxies hosted on either Apigee Edge in the cloud or Edge Microgateway.

For a sample Cloud Foundry app for testing this integration, see Sample Code.

Generally, this integration requires:

  • An Apigee service broker installed on Cloud Foundry. Instances of the service broker route incoming requests to a proxy for management before sending them to the Cloud Foundry app.
  • If you're using Edge Microgateway, you'll need an Edge Microgateway plugin that you can install from code in this repository.

The integrations below are enabled. See the following for suggested processes and best practices.

  • Open source Cloud Foundry and Apigee Edge Microgateway
  1. See Cloud Foundry Service Broker for Apigee for
  2. See Add-ons for Edge Microgateway in Cloud Foundry for adding a required plugin to Edge Microgateway, then adding Edge Microgateway as an app to Cloud Foundry.
  3. See Cloud Foundry Service Broker for Apigee for creating an Edge Microgateway proxy and binding to a Cloud Foundry route.
  • Open source Cloud Foundry and Apigee Edge (public and private cloud)
  1. See Cloud Foundry Service Broker for Apigee for
  2. See Cloud Foundry Service Broker for Apigee for creating and binding an Edge Microgateway proxy to a Cloud Foundry route.
  3. See Cloud Foundry Service Broker for Apigee for binding to a Cloud Foundry route.
  • Pivotal Cloud Foundry and Apigee Edge (public and private cloud)

This integration is described in Apigee documentation. See the following links:

  1. See Getting started with Cloud Foundry integration for prerequisites.
  2. See Install and configure the Apigee service broker for adding an Apigee service broker.
  3. See Creating an Edge API proxy to manage client calls to your Cloud Foundry application for a tutorial on creating and binding an Apigee Edge proxy with a Cloud Foundry route.
  • Pivotal Cloud Foundry and Apigee Edge Microgateway
  1. See Getting started with Cloud Foundry integration for prerequisites.
  2. See Installing Edge Microgateway for installation instructions.
  3. See Install and configure the Apigee service broker for adding an Apigee service broker to Cloud Foundry.
  4. See Add-ons for Edge Microgateway in Cloud Foundry for adding a required plugin to Edge Microgateway, then adding Edge Microgateway as an app to Cloud Foundry.
  5. See Cloud Foundry Service Broker for Apigee for creating and binding an Edge Microgateway proxy to a Cloud Foundry route.

About

Pivotal Cloud Foundry Apigee code

License:Other


Languages

Language:JavaScript 93.4%Language:Shell 6.6%