1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/scripts/labs/argocd
Charles-Edouard Brétéché d96499462e
chore: update argocd lab (#6698)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-03-27 22:35:46 +08:00
..
0-cluster.sh chore: update argocd lab (#6698) 2023-03-27 22:35:46 +08:00
1-ingress-nginx.sh refactor: split argocd lab into multiple steps (#5410) 2022-11-22 09:36:40 +01:00
2-argocd.sh refactor: split argocd lab into multiple steps (#5410) 2022-11-22 09:36:40 +01:00
3-kube-prometheus-stack.sh refactor: split argocd lab into multiple steps (#5410) 2022-11-22 09:36:40 +01:00
4-loki.sh refactor: split argocd lab into multiple steps (#5410) 2022-11-22 09:36:40 +01:00
5-tempo.sh fix: argocd lab monitoring namespace (#5446) 2022-11-23 08:58:56 +00:00
6-metrics-server.sh refactor: split argocd lab into multiple steps (#5410) 2022-11-22 09:36:40 +01:00
7-kyverno.sh chore: update argocd lab (#6698) 2023-03-27 22:35:46 +08:00
8-kyverno-policies.sh chore: update argocd lab (#6698) 2023-03-27 22:35:46 +08:00
9-policy-reporter.sh refactor: split argocd lab into multiple steps (#5410) 2022-11-22 09:36:40 +01:00
common-steps.sh refactor: split argocd lab into multiple steps (#5410) 2022-11-22 09:36:40 +01:00
kind-argo.sh refactor: split argocd lab into multiple steps (#5410) 2022-11-22 09:36:40 +01:00
minimal.sh refactor: split argocd lab into multiple steps (#5410) 2022-11-22 09:36:40 +01: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