Skip to content

A fork of the log generator image initially made by the kubernetes team.

Notifications You must be signed in to change notification settings

rcosperec/log-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

log-generator

A quick log-generator easily customizable.

To run in docker

docker run -e "LOGS_GENERATOR_LINES_TOTAL=10" -e "LOGS_GENERATOR_DURATION=5s" -e "LOGS_GENERATOR_MODE=json" ghcr.io/sk5-rcosperec/log-generator:v0.33

To run in kubernetes in a deployment (recommended approach for stress test)

Custom the env variable in kube-manifest/log-deployment to tune the number of log lines.

kubectl apply -f kube-manifest/log-deployment.yaml -n $YOURNAMESPACE

About

A fork of the log generator image initially made by the kubernetes team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages