IT-SDK-CloudFoundry
Jump to navigation
Jump to search
Contents
Resources
- https://www.cloudfoundry.org/how-to-try-cloud-foundry/
- https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry-dev/introduction
- https://github.com/cloudfoundry/bosh-deployment
- https://cloud.ibm.com/docs/cloud-foundry-public?topic=cloud-foundry-public-endpoints
- API-Endpoint: api.eu-de.cf.cloud.ibm.com
- API-Endpoint: api.eu-gb.cf.cloud.ibm.com
- Cloud Foundry-CLI: https://github.com/cloudfoundry/cli
- Cloud Foundry-CLI-Reference: http://cli.cloudfoundry.org/en-US/cf/
- BOSH-Lite: https://bosh.io/docs/bosh-lite/
Ziele
CF-Life-Cycle
- Manifest: https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
- YAML-Formater: http://www.yamllint.com/
- Logging: https://www.papertrail.com/
- Monitoring: https://newrelic.com/signup
$ cf push $NAME_APP $ cf scale $NAME_APP $ cf app $NAME_APP $ cf logs $NAME_APP $ cf events $NAME_APP $ cf restart $NAME_APP $ cf marketplace $ cf create-service $NAME_SERVICE $ cf services $ cf bind-service $NAME_APP $NAME_SERVICE $ cf unbind-service $NAME_APP $NAME_SERVICE $ cf env $NAME_APP $ cf set-env $NAME_APP $VAR_NAME $NAR_VALUE $ cf delete $NAME_APP