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