Docker – How to send error-message to Graylog from Symfony-app, inside Kubernetes-cluster
A couple of docker-containers, running inside a Kubernetes Cluster: PHP Nginx MySQL Redis There is a Graylog-instance (version 3), that listens to the stdout and stderr from those containers. In the PHP-container, there is a Symfony-application, that uses Monolog to…