Hello Nginx Community,
I'm currently exploring the setup of GoAccess as a container within my k8s, specifically with the nginx-ingress Controller (not ingress-nginx). I'm looking for insights or shared experiences on the best practices for this setup.
- Log Management: What are the best practices for accessing and managing Nginx logs in this scenario? Considering the logs are generated by the Nginx Ingress Controller, how do you efficiently pass them to the GoAccess container?
- Storing Reports: I'm considering options for storing the generated reports. Would storing them on a persistent volume be the best approach, or are there more efficient methods?
- Accessing Reports: What methods are recommended for securely accessing these reports? Should I consider an internal dashboard, or are there better alternatives?
If anyone here has tackled these issues or has running configurations they're willing to share, I'd greatly appreciate your insights!
Thank you!