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 | 31 |
Tags
- opentelemetry
- deploy
- linkerd
- Kubernetes
- CI/CD
- Jenkins
- scraping
- 스크레이핑
- helm
- CD
- Grafana
- ECR
- 모의해킹
- gitlab cd
- Crawling
- GitLab
- CI
- Prometheus
- DevOps
- Service Mesh
- Monitoring
- sonarqube
- docker
- 웹 취약점
- gitlab ci
- 웹 해킹
- eks
- argocd
- Resource
- 크롤링
Archives
- Today
- Total
목록CANARY (1)
ㅡ.ㅡ
[Argocd] Argocd, Argo-Rollouts
kubectl apply -f 링크 주소 형식으로 설치를 안하는 이유는 삭제하려고 할 때 설치했을 당시와 내용이 변경됬으면 삭제할 때 오류가 발생하는 부분을 방지하기위해 wget으로 파일을 다운로드 후 진행한다(정확히 테스트는 안해봤지만.. 이름, 버전 같은것들이 변경됬을경우 리소스를 찾을 수 없다고 나올 확률이 높음) 네임스페이스 생성 및 리소스 파일 다운로드 kubectl create namespace argocd wget https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml -O argocd.yaml argocd.yaml > NLB 설정 변경(aws lb controller - 2.2버전) Annotation..
WorkFlow
2021. 9. 29. 23:15