Skip to content

Instantly share code, notes, and snippets.

@de-sh
Last active July 29, 2020 05:28
Show Gist options
  • Save de-sh/75e7cab4484c77e858432ffc38a2e6a2 to your computer and use it in GitHub Desktop.
Save de-sh/75e7cab4484c77e858432ffc38a2e6a2 to your computer and use it in GitHub Desktop.
This documentation of my understanding of Cloud Nativity

I shall be documenting my understanding of the cloud native paradigm of application development as I progree through the learning journey on my way to building a cloud native KV datastore with the TiKV project.

A Cloud Native service espouses the properties of replicability(can be replaced/replicated), disaster recovery and most importantly scalability. A product in this realm is supposed to provide it's users with the ability to create applications that aren't heavily impacted by issues that might come from each service, truly abstracting them from the background details.

According to the CNCF the following definition is valid:

Cloud native technologies empower organizations to build and run scalable applications in modern, dynamic environments such as public, private, and hybrid clouds. Containers, service meshes, microservices, immutable infrastructure, and declarative APIs exemplify this approach. These techniques enable loosely coupled systems that are resilient, manageable, and observable. Combined with robust automation, they allow engineers to make high-impact changes frequently and predictably with minimal toil.

@de-sh
Copy link
Author

de-sh commented May 7, 2020

I shall be documenting my understanding of the Cloud Native paradigm here, as I grow my understanding of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment