공부하기싫어
article thumbnail
ECR with kustomization.yaml (argoCD)
AWS/Storage 2023. 7. 29. 04:11

목차 개요 ECR 로 demo 이미지 push push 된 demo 이미지를 가리키는 kustomization.yaml 생성 후 cluster 변화 확인 ECR 의 demo 이미지 태그 버전 번경 후 kustomization.yaml 수정 및 cluster 반영 확인 1. ECR 생성 및 demo image PUSH Dockerfile FROM nginx RUN apt-get update COPY ./ /usr/share/nginx/html/ EXPOSE 80 index.html ecr with argocd ecr with argocd aws configure $ aws configure AWS Access Key ID [None]: my-access-key AWS Secret Access Key [No..