/DockerLogGenerator

This is a simple logging test container which can be used to test out different logging systems and how they manage different log entries (JSON, multiline etc.). Kubernetes deployment file included.

Primary LanguageGoMIT LicenseMIT

Docker Log Generator

This is a simple containarized Go application which outputs several log messages (in different formats) every couple of seconds. Can be used to test out different logging systems which work with Docker way of logging to stdout / stderr.

Running locally

docker build -t log-generator .

docker run -it --rm log-generator

Deploy to Kubernetes

kubectl apply -f deploy.yaml