You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying to the same cluster that Argo CD is running in the destination cluster is by default aliased as "in-cluster".
235
235
Argocd Apps should be deployed into the argocd namespace.
236
236
237
+
### Set up kube-prometheus-stack (Optional)
238
+
239
+
Prometheus + Grafana + Alertmanager is a common stack used for cluster monitoring. The "kube-prometheus-stack" Helm chart already has Prometheus configured to scrape the cluster and Grafana comes with some prebuilt dashboards to visualize the data.
240
+
241
+
As per <https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack> it can be installed into the cluster as follows:
0 commit comments