I have a small Python (Flask) application running in a Docker container. The container orchestrator is Kubernetes, all running in Azure.
What is the best approach to set up centralized logging? (similar to Graylog) Is it possible to get the application logs over OMS to Azure Log Analytics?
Thank you, Tibor