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
- helm
- scraping
- Prometheus
- opentelemetry
- Monitoring
- deploy
- Kubernetes
- CI/CD
- CI
- sonarqube
- GitLab
- CD
- docker
- 크롤링
- ECR
- eks
- Crawling
- DevOps
- 모의해킹
- 웹 해킹
- 웹 취약점
- linkerd
- Resource
- Service Mesh
- argocd
- Grafana
- Jenkins
- 스크레이핑
- gitlab cd
Archives
- Today
- Total
목록fluentd (1)
ㅡ.ㅡ
[Logging] APP Logging/Fluentd&Fluentbit
통신 구조 APP > Fluentbit(tail/forward) >> Fluentd(forward/file) APP&Fluentbit env에 쿠버네티스 메타데이터 값을 추가하여 APP 로깅 및 Fluentbit에서 TAG값으로 사용한다. fluentbit와 APP Pod간에 동일한 볼륨을 마운트하여 Log를 공유해준다. Deployment.yaml template: metadata: labels: app: {{ .Values.app_name }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} affinity: nodeAffinity: requiredDuringSchedul..
Observabillity
2021. 10. 17. 13:11