Cloud Native
- Anand Nerurkar
- Apr 2, 2022
- 1 min read
Cloud Native is a way of approaching the development and deployment of application to take advantage of Cloud Computing Characteristics.
Cloud Native applications are collection of small, independent & loosely coupled services, designed to deliver identified business value, incorporate user feedback for continuous improvement.
Cloud Native is a term used to describe the container based environment, with which we can package services as microservices managed on elastic infrastructure though Agile, DevOps process & continuous delivery.
Today most of the Organization want to adopt the cloud computing to increase the scalability, on demand provisioning, fault tolerance , resiliency and availability of resources and to fully utilize these benefits, we need new form of development approach - that is where Cloud Native fills the space.
Cloud Native Development approach is to build and update app quickly, improving quality, reducing risk, increasing responsiveness, scalable, resilient and fault tolerance app anywhere.
Cloud Native promotes
Microservices
Collection of loosely couples services build around business capability
DevOps
Breaking silos between development & operation team
Bringing them together with shared purpose, collaborate together frequently and regular feedback.
Release Pipeline - CI/CD
Containerization
Support DevOps practices by automation
Provide self contained execution environment
Quick startup, graceful shutdown & resiliency to failure
Agility
Business Value Delivery with Agility in nature
Faster releases
Comments