@@ -103,13 +103,13 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
103
103
1 . Exectute the command:
104
104
` helm repo add prometheus-community https://prometheus-community.github.io/helm-charts `
105
105
2 . Execute the command:
106
- `
106
+
107
107
helm install my-prometheus --repo https://prometheus-community.github.io/helm-charts prometheus \
108
108
--namespace prometheus --create-namespace \
109
109
--set pushgateway.enabled=false \
110
110
--set alertmanager.enabled=false \
111
111
-f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/prometheus/extraScrapeConfigs.yaml
112
- `
112
+
113
113
## Deploying OpenCost
114
114
1 . Execute the command:
115
115
` kubectl apply --namespace opencost -f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/opencost.yaml `
@@ -121,13 +121,13 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
121
121
` helm repo add grafana https://grafana.github.io/helm-charts `
122
122
2 . Execute the command:
123
123
124
- helm install grafana grafana/grafana \
125
- --namespace grafana \
126
- --set persistence.storageClassName="gp2" \
127
- --set persistence.enabled=true \
128
- --set adminPassword='EKS!sAWSome' \
129
- --values ${HOME}/environment/grafana/grafana.yaml \
130
- --set service.type=LoadBalancer
124
+ helm install grafana grafana/grafana \
125
+ --namespace grafana \
126
+ --set persistence.storageClassName="gp2" \
127
+ --set persistence.enabled=true \
128
+ --set adminPassword='EKS!sAWSome' \
129
+ --values ${HOME}/environment/grafana/grafana.yaml \
130
+ --set service.type=LoadBalancer
131
131
132
132
3 . Execute these commands to get the URL. Login in with the username admin and the password EKS!sAWsome
133
133
0 commit comments