prometheus 썸네일형 리스트형 docker 로 Grafana 설치 및 기동하는방법 (ft.prometheus 컨테이너 연동) Docker를 사용하여 Grafana를 설치하고 실행하는 방법은 다음과 같습니다. 1.Docker를 설치합니다. Docker가 설치되어 있지 않은 경우에는 Docker 공식 웹사이트에서 다운로드하고 설치하세요. 2.다음 명령을 사용하여 Grafana Docker 이미지를 다운로드합니다. $ docker pull grafana/grafana 3.다음 명령을 사용하여 Grafana 컨테이너를 실행합니다. $ docker run -d -p 3000:3000 --name grafana grafana/grafana 이 명령은 -d 옵션으로 백그라운드에서 실행하고, -p 옵션으로 호스트의 3000 포트를 Grafana 컨테이너의 3000 포트로 매핑합니다. --name 옵션으로 컨테이너의 이름을 grafana로 지.. 더보기 Coroot - MSA를 위한 모니터링 플랫폼을 소개합니다 (github.com/coroot) Coroot - MSA를 위한 모니터링 플랫폼을 소개합니다 깃허브에서는 Coroot를 아래와 같이 소개하고 있고요.. Coroot is a monitoring and troubleshooting tool for microservice architectures. 한마디로, Coroot는 MSA를 위한 모니터링 플랫폼이라고 머릿속에 넣어두시면 좋을것 같네요... 설치는 아래와 같이 진행하시면 될것 같고요.. Installation Kubernetes Coroot Community Edition is deployed into a Kubernetes cluster as a Deployment. It requires a PersistentVolume to store its configuration data and.. 더보기 이전 1 다음