Difference between revisions of "IT-SDK-CloudFoundry"

From wiki.samerhijazi.net
Jump to navigation Jump to search
Line 1: Line 1:
 +
=Resources=
 
* https://www.cloudfoundry.org/how-to-try-cloud-foundry/
 
* https://www.cloudfoundry.org/how-to-try-cloud-foundry/
 
* https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry-dev/introduction
 
* https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry-dev/introduction
Line 7: Line 8:
 
* 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=
 +
==CF-Life-Cycle==
 +
<pre class="code">
 +
$ cf push $NAME_APP
 +
$ cf scale $NAME_APP
 +
$ cf app $NAME_APP
 +
$ cf logs $NAME_APP
 +
$ cf events $NAME_APP
 +
</pre>
 +
==cf scale==

Revision as of 19:36, 16 December 2019

Resources

Ziele

CF-Life-Cycle

$ cf push $NAME_APP
$ cf scale $NAME_APP
$ cf app $NAME_APP
$ cf logs $NAME_APP
$ cf events $NAME_APP

cf scale