Kubernetes Logging Using Volume Mount

Viewed 18

I created a python application and wrote logs to a file. Deployed this application in Kubernetes with replica sets. Mounted the logs directory to a shared NFS storage. Is it a good approach to collect logs from Kubernetes?

0 Answers
Related