1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-16 01:07:14 +00:00
kyverno/scripts/labs/argocd
Charles-Edouard Brétéché 1b4da0e632
chore: add tempo to argocd lab (#5365)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
2022-11-17 07:02:55 +00:00
..
kind-argo.sh chore: add tempo to argocd lab (#5365) 2022-11-17 07:02:55 +00:00
README.md chore: add loki to argocd lab (#5231) 2022-11-07 08:24:59 +00:00

ArgoCD lab

This lab sets up the following components:

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