Skip to content

Commit

Permalink
Merge pull request #69 from VasylTretiakov/patch-7
Browse files Browse the repository at this point in the history
enhance list of challenges
  • Loading branch information
Thomas Mitchell authored Jan 14, 2020
2 parents f3e864b + ef274d5 commit ae13b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ Cloud Foundry has a micro-services architecture - bespoke applications written i

TODO twitter joke about laptop going into production https://twitter.com/oising/status/298464920717099009

The solution was:
The solution required addressing the following challenges:

* to have an absolute declaration of what specific versions of all bespoke and upstream projects combined together to form a "release";
* to own responsibility for the lifecycle of the underlying infrastructure upon which Cloud Foundry would run, including healing activities after infrastructure failures;
* to own responsibility for pushing out security patches to the base operating systems, the bespoke code, and the upstream dependencies;
* to give developers and SREs the same tool to use thus removing "it works on my machine" scenarios
* to give developers and SREs the same tool to prevent "it works on my machine" scenarios.

The "tool" that implemented this solution is a running server - a BOSH environment - which:

Expand Down

0 comments on commit ae13b12

Please sign in to comment.