Slide 34
Slide 34 text
@capsmalt 34
CI/CD Overview - Kubernetes
Code
Unit Integration
CI Pipeline CD Pipeline
Hook
Commit
PR
Package Dev, Stage Production
ERROR
Review
Develop
LGTM!
Registry
CI: Continuous Integration CD: Continuous Delivery
kubectl apply -f xxx-stg.yaml
kubectl apply -f xxx-prd.yaml
Production
Dev, Stage
Registry
CD のフェーズ