feat: ArgoCD로 모니터링 스택(Prometheus+Loki+Promtail) 도입 (closes #49)#50
Merged
Conversation
- k8s/apps/monitoring.yaml: ArgoCD Application 3개 (multi-source Helm) - k8s/manifests/base/monitoring/values/: EKS용 values 3개 결정: - Grafana 제외(서비스가 직접 시각화), Alertmanager 비활성(dev 비용 절감) - replicas=1, prometheus retention 7d, loki retention 72h - PVC 5Gi (default StorageClass gp3) - EKS 관리형이라 kubeControllerManager/Scheduler/Etcd/Proxy 메트릭 비활성 - chart: kube-prometheus-stack 65.8.1, loki 6.16.0, promtail 6.16.6 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
kube-prometheus-stack,loki,promtail(모두 nsmonitoring)$values)에서 참조결정
Closes #49
Test plan
kube-prometheus-stack,loki,promtail모두 Synced/Healthykubectl get pods -n monitoring모두 Runningkubectl port-forward -n monitoring svc/kube-prometheus-stack-prometheus 9090→ http://localhost:9090 에서 메트릭 조회kubectl port-forward -n monitoring svc/loki 3100→curl http://localhost:3100/readyOK🤖 Generated with Claude Code