1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/scripts/labs/argocd
Charles-Edouard Brétéché b732158831
feat: add metrics server and kube-prometheus-stack to argocd lab (#4995)
* feat: add policy-reporter to argocd lab

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* readme

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* readme

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* readme

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* readme

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* feat: add metrics server and kube-prometheus-stack to argocd lab

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* readme

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* typo

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2022-10-16 17:34:58 +00:00
..
kind-argo.sh feat: add metrics server and kube-prometheus-stack to argocd lab (#4995) 2022-10-16 17:34:58 +00:00
README.md feat: add metrics server and kube-prometheus-stack to argocd lab (#4995) 2022-10-16 17:34:58 +00:00

ArgoCD lab

This lab sets up the following components:

Note

: Unfortunately kube-prometheus-stack fails to sync the first time it is deployed hence we need to make it pass by hand.

Install

Run the command below to install the lab:

./kind-argo.sh

Accessing ArgoCD

ArgoCD should be available at http://localhost/argocd.

Login credentials:

  • User name: admin
  • Password: kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d

Accessing policy-reporter

policy-reporter should be available at http://localhost/policy-reporter.

Accessing prometheus

prometheus should be available at http://localhost/prometheus.

Accessing alertmanager

alertmanager should be available at http://localhost/alertmanager.

Accessing grafana

grafana should be available at http://localhost/grafana.

Login credentials:

  • User name: admin
  • Password: admin