Skip to content

Commit

Permalink
Update 01-Cloud-Foundry-Overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djitz committed Sep 20, 2017
1 parent 429efc6 commit 7aabf30
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion files/01-Cloud-Foundry-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,29 @@ Maximize robustness with fast startup and graceful shutdown
> 4. Logs
Treat logs as event streams

>
> 5. Build, release, run
Strictly separate build and run stages

> 6. Processes
Execute the app as one or more stateless processes

> 7. Port binding
Export services via port binding

> 8. Concurrency
Scale out via the process model

> 9. Disposability
Maximize robustness with fast startup and graceful shutdown

> 10. Dev/prod parity
Keep development, staging, and production as similar as possible

> 11. Logs
Treat logs as event streams

> 12. Admin processes
Run admin/management tasks as one-off processes

- Why does Cloud Foundry rely on environment-variables?
- Can you manage environment-variables manually? If so how?
Expand Down

0 comments on commit 7aabf30

Please sign in to comment.