Cloud foundry
- Website
- Docs
- Garden component
- Each instance of an app deployed to Cloud Foundry runs within a container.
- Staging your apps in Cloud Foundry
- Garden component
- ihuston/python-cf-examples
- Introduction to deploying Python applications to Cloud Foundry
cf cli app
Issues:
Configure / login
Configure API endpoint:
cf api https://…
Login with either method:
cf login
cf login --sso
Usage
Target an org and space:
cf target -o "observability" -s "cost-exporter"
List apps:
cf apps
Get app summary:
cf app cost-exporter
Authentication
- The Staticfile Buildpack
- govuk-paas/paas-cf_basic_auth_route_service
- Proof-of-Concept CloudFoundry app that implements a route-service to add HTTP basic authentication to an application.