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
- 정규식 컴파일
- telegraf
- influxdb 설치
- 정규식 활용
- selinux port 등록
- grafana dashboard
- c3 초
- snmp test
- centos pyhon 설치
- c3 축 없애기
- c3 축 가리기
- CentOS7
- c3 second
- semanage
- c3 step graph
- 정규식 문자열 출력
- 1697
- gcc 업데이트
- python os
- g++ 업데이트
- python popen
- c++ 정규식
- gcc regex
- InfluxDB
- linux시간으로 변경
- 백준
- snmp
- regex_search
- python subprocess
- subporcess path
Archives
- Today
- Total
리셋 되지 말자
[argocd] GitHub repository 연동 배포 본문
클러스터에 argocd 설치
namespace 생성
kubectl create namespace argocd
argocd 설치
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
port forwarding으로 접근
kubectl port-forward -n argocd svc/argocd-server 8080:443
초기 admin 계정 패스워드 확인
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
로그인 확인

깃허브 앱 준비 및 argocd app 생성
public repository준비 (예시링크), 아래와 같이 입력 및 설정 후 app 생성

접속 및 동작 확인
3000번 포트로 node pod에 접근

3000번 포트의 /api url로 접근 : node 서비스에서 django 서비스 호출

'CI CD' 카테고리의 다른 글
[Jenkins] DSL을 이용한 Job 생성 (0) | 2022.12.19 |
---|---|
[Github Action] Workflow State based Self-Hosted Runner AutoScaling (AWS) (0) | 2022.11.20 |
[Jenkins] 동적 변수를 젠킨스 파라미터로 이용하기 (0) | 2022.09.26 |
[Jira] Epic, Issue, User Story 등의 차이 (0) | 2022.09.21 |
[Gitlab] gitlab-ce 설치 https(ssl) 설정 (0) | 2021.09.11 |
Comments