A Deployment is responsible for creating and updating instances of your application.
App의 인스턴스 구동 | ◀ Deployment ▶ | App의 인스턴스 업데이트 |
- master가 애플리케이션 인스턴스를 클러스터의 개별 노드에 할당(scheduling)하여 구동
pre-orchestration world | ▶ 진화 ▶ | orchestration world |
설치 스크립트가 애플리케션 구동까지만 | creating + keeping (recovery) |
Deployment controller : self healing mechanism 기능
- 인스턴스를 지속 모니터링, 인스턴스가 삭제 또는 Down 시 다른 노드에 대체해서 구동하는 역할 수행
'ITPE metacog > Cloud metacog' 카테고리의 다른 글
AWS 솔루션 (0) | 2021.02.18 |
---|---|
AWS CodePipeline with AWS OpsWorks Stacks (0) | 2021.02.17 |
kubernetes basics 이해하기 (0) | 2021.02.09 |
온라인 웹으로 kubernetes cluster 체험 제공 (0) | 2021.02.09 |
kubernetes의 이점 (0) | 2021.02.09 |