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
- 크롤링
- 웹 취약점
- 웹 해킹
- ECR
- gitlab ci
- gitlab cd
- CI/CD
- linkerd
- sonarqube
- scraping
- 스크레이핑
- Kubernetes
- deploy
- GitLab
- Monitoring
- 모의해킹
- eks
- CD
- opentelemetry
- Grafana
- Jenkins
- argocd
- docker
- Crawling
- DevOps
- Prometheus
- Service Mesh
- Resource
- CI
- helm
Archives
- Today
- Total
목록gitlab deploy (1)
ㅡ.ㅡ
[Gitlab] CD/Kubectl
이전에 생성한 gitlab-admin SA와 dtzar/helm-kubectl 이미지를 활용해 Gitlab에서 CD작업을 진행한다. k8s-conf/resource.yaml 저장소에 아래 이미지와 같이 k8s-conf에 생성할 리소스 파일을 준비해놓는다. # 내부 접근용 서비스(ClusterIP) - 셀렉터의 라벨과 파드의 라벨 매칭 apiVersion: v1 kind: Service metadata: name: springboot-svc-clusterip spec: ports: - name: springboot-web-clusterip port: 7070 targetPort: 8080 selector: app: springboot type: ClusterIP --- # 내/외부 접근용 서비스(Nodep..
WorkFlow
2021. 9. 25. 02:42