"Helm install prometheus"의 두 판 사이의 차이

2번째 줄: 2번째 줄:
{{소문자}}
{{소문자}}
;helm install prometheus
;helm install prometheus
 
* namespace: monitroni
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
testuser@localhost:~$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
12번째 줄: 12번째 줄:
...Successfully got an update from the "prometheus-community" chart repository
...Successfully got an update from the "prometheus-community" chart repository
Update Complete. ⎈Happy Helming!⎈
Update Complete. ⎈Happy Helming!⎈
</syntaxhighlight>
<syntaxhighlight lang='console'>
helm install prometheus prometheus-community/prometheus
</syntaxhighlight>
</syntaxhighlight>


19번째 줄: 22번째 줄:


==참고==
==참고==
* https://www.leafcats.com/339
* https://developer.hashicorp.com/consul/tutorials/kubernetes/kubernetes-layer7-observability
* https://docs.aws.amazon.com/ko_kr/prometheus/latest/userguide/AMP-onboard-ingest-metrics-new-Prometheus.html


[[분류: helm install]]
[[분류: helm install]]
[[분류: prometheus]]
[[분류: prometheus]]

2023년 5월 23일 (화) 18:44 판

1 개요

helm install prometheus
  • namespace: monitroni
testuser@localhost:~$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
"prometheus-community" has been added to your repositories
testuser@localhost:~$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "prometheus-community" chart repository
Update Complete. ⎈Happy Helming!⎈
helm install prometheus prometheus-community/prometheus

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}