Skip to content

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

Notifications You must be signed in to change notification settings

DenisBiondic/DockerLogGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published