Kimi450 / ubuntu_server

Setup an ubuntu server with ease.
77 stars 10 forks source link

Add log exporter chart #8

Closed Kimi450 closed 1 year ago

Kimi450 commented 1 year ago

At the moment the only way to look at logs is by logging into the server and using kubectl (or by remote access of minikube). Probably a good idea to use some log exporter and a log viewer chart to be able to access the logs centrally.

Not sure how feasible this is though or if its even worth it

Kimi450 commented 1 year ago

loki-stack is a good option I think, gonna use that. Integrated well with grafana. Document on how to use it found here. The stack will install loki+log exporter (fluentd or promtail). I will go with fluentd, cause why not its more flexible.

Will not move to using prometheus and grafana provided by this to keep things separate