Kubernetes Classroom Series – 18/Aug/2021

Minikube installation

minikube start

Install Prometheus

  • We will be installing prometheus using Helm
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm install prometheus prometheus-community/prometheus
kubectl expose service prometheus-server --type=NodePort --target-port=9090 --name=prom-server
minikube service prom-server

Install Grafana

  • Steps:
helm repo add grafana https://grafana.github.io/helm-charts
helm search repo grafana
helm install grafana bitnami/grafana
  • Next Steps:
    • Lets use Prometheus from Cloud (Google Kubernetes Engine)

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Network Integration by Acurax Social Media Branding Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube