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 |
Tags
- 크롤링
- gitlab ci
- Crawling
- eks
- gitlab cd
- docker
- Service Mesh
- deploy
- 모의해킹
- Monitoring
- Kubernetes
- Jenkins
- 웹 취약점
- 스크레이핑
- 웹 해킹
- sonarqube
- DevOps
- Grafana
- CD
- linkerd
- CI/CD
- Resource
- argocd
- scraping
- CI
- GitLab
- Prometheus
- helm
- ECR
- opentelemetry
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