반응형
SMALL
below is a diagram showing the evolution of architecture and processes since the 1980s.
Organizations can build and run scalable applications on public, private, and hybrid clouds using cloud native technologies.
This means the applications are designed to leverage cloud features, so they are resilient to load and easy to scale.
Cloud native includes 4 aspects:
- Development process
This has progressed from waterfall to agile to DevOps. - Application Architecture
The architecture has gone from monolithic to microservices. Each service is designed to be small, and adaptive to the limited resources in cloud containers. - Deployment & packaging
The applications used to be deployed on physical servers. Then around 2000, the applications that were not sensitive to latency were usually deployed on virtual servers. With cloud native applications, they are packaged into docker images and deployed in containers. - Application infrastructure
The applications are massively deployed on cloud infrastructure instead of self-hosted servers.
반응형
LIST
'CI_CD' 카테고리의 다른 글
Ansible (0) | 2023.04.04 |
---|---|
Improving CI/CD Pipelines Through Observability (0) | 2023.03.27 |
[CI/CD]개발문화를 code로 만드는 CI/CD 도구: Prow (0) | 2023.01.11 |
[CI/Cd]CI/CD 파이프라인 엔진 Dagger의 Node.js SDK (0) | 2023.01.10 |
[CI/CD]젠킨스와 도커로 프로젝트 자동배포하기(1) (0) | 2023.01.01 |