Deploy Prometheus :: Amazon EKS Workshop
www.eksworkshop.com › deploy-prometheusRun the following command: kubectl create namespace prometheus helm install prometheus prometheus-community/prometheus \ --namespace prometheus \ -- set alertmanager.persistentVolume.storageClass ="gp2" \ -- set server.persistentVolume.storageClass ="gp2" Make note of the prometheus endpoint in helm response (you will need this later).