mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
e66f8a2f47
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> |
||
---|---|---|
.. | ||
kind-argo.sh | ||
README.md |
ArgoCD lab
This lab sets up the following components:
- A kind cluster
- ingress-nginx
- ArgoCD
- ArgoCD application to deploy kyverno
- ArgoCD application to deploy kyverno-policies
- ArgoCD application to deploy policy-reporter
- ArgoCD application to deploy metrics-server
- ArgoCD application to deploy kube-prometheus-stack
- ArgoCD application to deploy loki-stack
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