Pivotal/Cloud Foundry
From r00tedvw.com wiki
(Difference between revisions)
| Line 13: | Line 13: | ||
=Hierarchy= | =Hierarchy= | ||
https://docs.cloudfoundry.org/concepts/images/cf_architecture_block.png | https://docs.cloudfoundry.org/concepts/images/cf_architecture_block.png | ||
| + | |||
| + | =Fundamental Concepts= | ||
| + | ;Distributed System | ||
| + | :Distributed systems are hard to build, test, manage, and scale. | ||
| + | ;Ephemeral Infrastructure | ||
| + | :Virtual machines and containers are temporary | ||
| + | ;Immutable Infrastructure | ||
| + | :Updates to systems and applications are not done in-place but rather new, updated instances are created instead. | ||
Revision as of 14:50, 16 July 2018
Cloud Foundry | Cloud Foundry CLI | Apps | Tasks
Overview
Software Platform that lets you build and run software in a consistent way, in any place.
Runs across any platform such as:
- Amazon Web Services
- Microsoft Azure
- Google Cloud Platform
- Open Stack
- VMWare
Cloud Foundry builds out the infrastructure including the virtual machine and a hardened version of the operating system, Windows or Linux.
Hierarchy
Fundamental Concepts
- Distributed System
- Distributed systems are hard to build, test, manage, and scale.
- Ephemeral Infrastructure
- Virtual machines and containers are temporary
- Immutable Infrastructure
- Updates to systems and applications are not done in-place but rather new, updated instances are created instead.