Difference between revisions of "IT-SDK-CloudFoundry"
Jump to navigation
Jump to search
(→Resources) |
|||
| Line 4: | Line 4: | ||
* https://github.com/cloudfoundry/bosh-deployment | * https://github.com/cloudfoundry/bosh-deployment | ||
* https://cloud.ibm.com/docs/cloud-foundry-public?topic=cloud-foundry-public-endpoints | * 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-de.cf.cloud.ibm.com''' |
| − | * API-Endpoint: api.eu-gb.cf.cloud.ibm.com | + | * API-Endpoint: '''api.eu-gb.cf.cloud.ibm.com''' |
| − | * CloudFundry-CLI: https://github.com/cloudfoundry/cli | + | * CloudFundry-CLI: '''https://github.com/cloudfoundry/cli''' |
| − | * BOSH-Lite: https://bosh.io/docs/bosh-lite/ | + | * BOSH-Lite: '''https://bosh.io/docs/bosh-lite/''' |
| + | |||
=Ziele= | =Ziele= | ||
==CF-Life-Cycle== | ==CF-Life-Cycle== | ||
Revision as of 17:39, 17 December 2019
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
- CloudFundry-CLI: https://github.com/cloudfoundry/cli
- BOSH-Lite: https://bosh.io/docs/bosh-lite/
Ziele
CF-Life-Cycle
$ cf push $NAME_APP $ cf scale $NAME_APP $ cf app $NAME_APP $ cf logs $NAME_APP $ cf events $NAME_APP