Update Quickstart docs

This commit is contained in:
Stefan Reimer 2020-06-05 17:58:18 +01:00
parent 9893b6b7a1
commit a476e4d6e0
1 changed files with 11 additions and 0 deletions

View File

@ -72,5 +72,16 @@ Until Istio is integrated into KubeZero as well as upgraded to 1.6 we have to in
- update.sh
- deploy.sh
### Logging
To deploy fluentbit only required adjustment is the `fluentd_host=<LOG_HOST>` in the kustomization.yaml.
- deploy namespace for logging via deploy.sh
- deploy fluentbit via `kubectl apply -k fluentbit`
### Prometheus / Grafana
Only adjustment required is the ingress routing config in istio-service.yaml. Adjust as needed before executing:
`deploy.sh`
# Demo / own apps
- Add your own application to ArgoCD via the cli