seereal / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:MIT License


Languages

Language:Go 87.1%Language:Dockerfile 12.9%