Context:
/home/services/<application_name>/logs/
Issue:
I have tried to mount /home/services
in my daemonset pods and added a custom fluentd config using configMaps. I can see that /home/services/app1
, /home/services/app2
folders are getting created but no log files are see in daemonset pods.
I have openresty nginx as one of those app's, which generating logs but I can't see in Kibana.
Please help !!
One related document I found - did not help me much. * https://medium.com/@joatmon08/application-logging-in-kubernetes-with-fluentd-4556f1573672