Skip to content

Monitor Kubernetes logs for all pods simultaneously with log filtering capabilities.

License

Notifications You must be signed in to change notification settings

robarm74/kube_log_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Monitor Kubernetes logs

I needed to monitor all the logs from various pods simultaneously. So, I created this script.

You can use it by passing multiple filters with -f or -fa. The script will search the log output for the presence of any filters passed with -f or all filters passed with -fa.

py kube_log_monitor.py -n mionamespace -fa "[Debug]" -fa "connection string"

Python Dependencies

pip install kubernetes
pip install colorama

About

Monitor Kubernetes logs for all pods simultaneously with log filtering capabilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages