Created
July 22, 2021 12:03
-
-
Save saiyam1814/5422353ebb1a726ebc55dafffd09eaa2 to your computer and use it in GitHub Desktop.
Kubernetes monitoring
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 repo add influxdata https://helm.influxdata.com/ | |
helm upgrade --install my-release influxdata/influxdb2 | |
helm upgrade --install telegraf-ds influxdata/telegraf-ds | |
create cluster role for the required access | |
kubectl edit cm telegraf-ds | |
kubectl get svc | |
Admin password for Influx dashboard -> | |
echo $(kubectl get secret my-release-influxdb2-auth -o "jsonpath={.data['admin-password']}" --namespace default | base64 --decode) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment