Overview of Deploying Cloud Foundry

Page last updated:

Cloud Foundry is designed to be configured, deployed, managed, scaled, and upgraded on any cloud IaaS provider. Cloud Foundry achieves this by leveraging BOSH, an open source tool for release engineering, deployment, lifecycle management, and distributed systems monitoring.

If installing Cloud Foundry for the first time, deploy with cf-deployment.

If you have an existing Cloud Foundry deployment that uses cf-release, migrate your deployment to cf-deployment.

Note: To deploy a local Cloud Foundry environment for experimentation or debugging purposes, you can use CF Dev. For more information, see CF Dev.

Create a pull request or raise an issue on the source for this page in GitHub