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?
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?