Slide 26
Slide 26 text
twitter.com/toricls
Example GitOps Flow in
Kubernetes and
Amazon ECS
App Repo
(w/ Dockerfile)
Code changes
git push
CI process
docker push Image
Registry
Manifests Repo
(w/ manifests)
update manifests,
create pull request
CD process
kubectl apply
App Repo
(w/ Dockerfile, w/ Task-def.)
Code changes
git push
CI process
docker push Image
Registry
Manifests Repo
(w/ Service-def.)
update definition files,
create pull request
CD process
aws ecs update-service
(タスク定義は CI 処理理で ECS 側に登録済みなので
CD 処理理には不不要)
ECS API
register task-def