Skip to content

nir750/EKS-PROMETHEUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

EKS-PROMETHEUS

deploy EKS cluster running prometheus

Make sure to install and configure AWSCLI in your computer

here you can find instructions:
https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html

deploy EKS cluster

deploy the file eksctl.yml using this command : eksctl create cluster -f eksctl.yml

Deploy Prometheus

kubectl create namespace prometheus

helm install prometheus prometheus-community/prometheus
--namespace prometheus
--set alertmanager.persistentVolume.storageClass="gp2"
--set server.persistentVolume.storageClass="gp2"

kubectl port-forward -n prometheus deploy/prometheus-server 8080:9090

now go to: http://127.0.0.1:8080/graph

About

deploy EKS cluster running prometheus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published