1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Refactored to include only the Docker Swarm design

This commit is contained in:
David Young
2017-07-16 20:42:12 +12:00
parent 4824ea7be3
commit 8f4ef98a1a
7 changed files with 120 additions and 29 deletions

View File

@@ -0,0 +1,7 @@
The "private cloud" platform is:
* **Highly-available** (can tolerate the failure of a single component)
* **Scalable** (can add resource or capacity as required)
* **Portable** (run it on your garage server today, run it in AWS tomorrow)
* **Secure** (access protected with LetsEncrypt certificates)
* **Automated** (requires minimal care and feeding)