I have deployed the Loki simple-scalable helm chart and it works well. There are many pods, services, demonsets, and stateful sets that got created and I would like to understand those components to get a complete understanding of how Loki works.
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
daemonset.apps/loki-logs 6 6 6 6 6 <none> 10d
What is the use of daemonset.apps/loki-logs ? what is the difference between service/loki-read and service/loki-read-headless?
We configured S3 as a storage but I found these pvc so can someone help me to understand why do we have these pvc when i have configured s3 as a storage option?
Hi @ b0b
Thanks for looking into my Query
I had the same guess that there could be a local pv and a remote storage for the Querier and Ingestor.
As for the demonsets ,they got created while using the helm chart “loki-simple-scalable” and when I tried checking the logs i found the below logs from demonset loki-logs: