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
# helm status grafana-labz | |
NAME: grafana-labz | |
LAST DEPLOYED: Sun Jun 26 06:59:42 2022 | |
NAMESPACE: default | |
STATUS: deployed | |
REVISION: 1 | |
NOTES: | |
1. Get your 'admin' user password by running: | |
kubectl get secret --namespace default grafana-labz -o jsonpath="{.data.admin-password}" | base64 --decode ; echo |
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
# kubectl get pods | |
NAME READY STATUS RESTARTS AGE | |
busybox-configmap-file 1/1 Running 49 (37m ago) 5d3h | |
grafana-labz-6db6bc44bb-xshdl 1/1 Running 0 31m | |
init-demo 1/1 Running 0 37h | |
nginx 1/1 Running 2 (44h ago) 9d | |
webserver 1/1 Running 1 (44h ago) 6d16h |
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
# helm list | |
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION | |
grafana-labz default 1 2022-06-26 06:59:42.758902491 -0300 -03 deployed grafana-6.16.10 8.1.5 |
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
# helm install grafana-labz --version=6.16.10 grafana/grafana | |
W0626 06:59:43.460315 13413 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ | |
W0626 06:59:43.462944 13413 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ | |
W0626 06:59:43.524516 13413 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ | |
W0626 06:59:43.524631 13413 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ | |
NAME: grafana-labz | |
LAST DEPLOYED: Sun Jun 26 06:59:42 2022 | |
NAMESPACE: default | |
STATUS: deployed | |
REVISION: 1 |
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
# kubectl get pods | |
NAME READY STATUS RESTARTS AGE | |
busybox-configmap-file 1/1 Running 48 (35m ago) 5d2h | |
init-demo 1/1 Running 0 36h | |
nginx 1/1 Running 2 (43h ago) 9d | |
prometheus-labs-alertmanager-848554f64d-mtl7v 0/2 Pending 0 11m | |
prometheus-labs-kube-state-metrics-bbd7cd9c9-2s48w 1/1 Running 0 11m | |
prometheus-labs-node-exporter-d5fwt 1/1 Running 0 11m | |
prometheus-labs-node-exporter-dq8lb 1/1 Running 0 11m | |
prometheus-labs-node-exporter-xjbjj 1/1 Running 0 11m |
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
# helm list | |
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION | |
prometheus-labs default 1 2022-06-26 06:16:48.788745923 -0300 -03 deployed prometheus-14.8.0 2.26.0 |
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
# helm install prometheus-labs --version=14.8.0 prometheus-community/prometheus | |
NAME: prometheus-labs | |
LAST DEPLOYED: Sun Jun 26 06:16:48 2022 | |
NAMESPACE: default | |
STATUS: deployed | |
REVISION: 1 | |
TEST SUITE: None | |
NOTES: | |
The Prometheus server can be accessed via port 80 on the following DNS name from within your cluster: | |
prometheus-labs-server.default.svc.cluster.local |
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
# helm search repo grafana | |
NAME CHART VERSION APP VERSION DESCRIPTION | |
grafana/grafana 6.31.1 9.0.1 The leading tool for querying and visualizing t... | |
grafana/grafana-agent-operator 0.2.2 0.25.1 A Helm chart for Grafana Agent Operator | |
grafana/enterprise-logs 2.2.2 v1.4.1 Grafana Enterprise Logs | |
grafana/enterprise-logs-simple 1.2.0 v1.4.0 DEPRECATED Grafana Enterprise Logs (Simple Scal... | |
grafana/enterprise-metrics 1.9.0 v1.7.0 DEPRECATED Grafana Enterprise Metrics | |
grafana/fluent-bit 2.3.1 v2.1.0 Uses fluent-bit Loki go plugin for gathering lo... | |
grafana/loki 2.12.2 v2.5.0 Loki: like Prometheus, but for logs. | |
grafana/loki-canary 0.8.1 |
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
# helm search repo | |
NAME CHART VERSION APP VERSION DESCRIPTION | |
grafana/enterprise-logs 2.2.2 v1.4.1 Grafana Enterprise Logs | |
grafana/enterprise-logs-simple 1.2.0 v1.4.0 DEPRECATED Grafana Enterprise Logs (Simple Scal... | |
grafana/enterprise-metrics 1.9.0 v1.7.0 DEPRECATED Grafana Enterprise Metrics | |
grafana/fluent-bit 2.3.1 v2.1.0 Uses fluent-bit Loki go plugin for gathering lo... | |
grafana/grafana 6.31.1 9.0.1 The leading tool for querying and visualizing t... | |
grafana/grafana-agent-operator 0.2.2 0.25.1 A Helm chart for Grafana Agent Operator | |
grafana/loki 2.12.2 v2.5.0 Loki: like Prometheus, but for lo |
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
# kubectl get nodes | |
NAME STATUS ROLES AGE VERSION | |
kubernetes-cluster Ready control-plane 9d v1.24.2 | |
kubernetes-node01 Ready <none> 9d v1.24.1 | |
kubernetes-node02 Ready <none> 9d v1.24.1 | |
kubernetes-node03 Ready <none> 9d v1.24.1 |