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
- docker
- sonarqube
- 모의해킹
- Grafana
- ECR
- Prometheus
- gitlab cd
- Resource
- 스크레이핑
- gitlab ci
- Service Mesh
- GitLab
- 웹 해킹
- Jenkins
- 웹 취약점
- argocd
- CI
- opentelemetry
- deploy
- CD
- helm
- eks
- CI/CD
- scraping
- Crawling
- 크롤링
- Monitoring
- linkerd
- Kubernetes
- DevOps
Archives
- Today
- Total
목록컨테이너 모니터링 (1)
ㅡ.ㅡ
[Monitoring] 도커 컨테이너(호스트) 모니터링
사용 포트 Cadvisor(inbound) : 8888/TCP(Prometheus 접근 허용) docker-compose 설치 curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-`uname -s`-`uname -m` | sudo tee /usr/local/bin/docker-compose > /dev/null chmod +x /usr/local/bin/docker-compose ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose cadvisor 설치 시 에러 해결을 위한 링크 폴더 생성 mount -o remount,rw '/sys/fs/cgroup' l..
Observabillity
2021. 1. 23. 17:26