TODO: Intro
cat kustomize/overlays/prod/logging.yaml
yq --inplace ".resources += \"logging.yaml\"" \
kustomize/overlays/prod/kustomization.yaml
git add .
git commit -m "Logging"
git push
kubectl --namespace production get logging-all
- Wait until resources are created
curl "http://cncf-demo.$INGRESS_HOST?something=else"
echo "http://grafana.$INGRESS_HOST"
- Open it in a browser
- Use
admin
as the user andprom-operator
as the password - Open
Explore
- Choose
Loki
as the data source - Filter by
app_kubernetes_io_name
set tocncf-demo
- Search for
something