Last active
November 18, 2019 12:48
-
-
Save notionquest/83be5ecd838b94f2336b4b91408ba53b to your computer and use it in GitHub Desktop.
Cloud Native Application Principles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cloud Native technologies empower organizations to build and run scalable applications in modern, dynamic environments such as public, private and native clouds. | |
Cloud Native is structuring teams, culture and technology to utilize automation and architecture to manage complexity and unlock velocity. | |
* More Speed | |
* More Scale | |
* More stability | |
* More Secure | |
* Cloud native infra | |
* Cloud native data | |
* Cloud native security | |
* Cloud native integration | |
Cloud native software is built for scale, built for continuous change, built to tolerate failure and build for managability. | |
12-Factor applications:- | |
------------------------- | |
1. One code base in source control | |
2. Declared dependencies | |
3. Config stored in the env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment