yum install -y openssl
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.shkubectl create ns monitoringhelm repo add stable https://kubernetes-charts.storage.googleapis.com
helm repo update
helm install prometheus stable/prometheus-operator -n monitoringkubectl port-forward -n monitoring svc/prometheus-grafana 80:80 --address 0.0.0.0kubectl port-forward -n monitoring svc/prometheus-prometheus-oper-prometheus 9090:9090 --address 0.0.0.0