반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- nginx ingress
- Pulumi
- Kubeflow
- MLflow
- mlops
- opentelemetry
- 카오스 엔지니어링
- serving
- Model Serving
- CANARY
- tekton
- CI/CD
- keda
- operator
- blue/green
- gitea
- seldon core
- Continuous Deployment
- 오퍼레이터
- argo rollout
- Argo
- knative
- Litmus
- opensearch
- argocd
- gitops
- Kubernetes
- kubernetes operator
- Kopf
- Kubernetes 인증
Archives
- Today
- Total
목록kubernets (1)
Kubernetes 이야기
Kubernetes의 다양한 배포방식 (1) RollingUpdate
개발자가 만든 소스를 개발/운영 서버에 배포하는 과정을 보통 CI/CD 라고 부른다. Kubernetes에서는 보통 CI과정에 소스 빌드, TestCase 수행, Code Inspect 등을 거친 후 Container Image 생성 및 Container Registry 에 저장 (Push) 하는 과정까지 이루어진다. 그럼 CD는 어떻게 이루어지는가? CD 과정에 앞서 잠시 CD라는 용어를 인터넷에서 검사하는 Continuous Delivery, Continuous Deployment 라는 용어가 같이 보인다. 이 둘은 뭐가 차이일까? Continuous Delivery (지속적인 전달) : 개발된 최종 변경 사항을 운영기까지 푸시(전달)하기 위한 수동적인 과정을 보통 Continuous Delivery..
Kubernetes/devops
2022. 2. 19. 11:08