Skip to content

Instantly share code, notes, and snippets.

@notionquest
Last active November 18, 2019 12:48
Show Gist options
  • Save notionquest/83be5ecd838b94f2336b4b91408ba53b to your computer and use it in GitHub Desktop.
Save notionquest/83be5ecd838b94f2336b4b91408ba53b to your computer and use it in GitHub Desktop.
Cloud Native Application Principles
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