Skip to content

kubectl plugin to follow logs of multiple running pods

License

Notifications You must be signed in to change notification settings

T-helper/kubectl-clogs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubectl-clogs

This repository contains a simple kubectl command to show all running pods logs in specific cluster namespace in realtime (the same as kubectl logs -f but for the all pods).

$ go install github.com/ivkalita/kubectl-clogs/cmd/kubectl-clogs@latest
$ kubectl clogs --namespace default

Features:

  • Logs from all namespace pods in realtime (follow mode)
  • Autoreload – this command monitors all running pods every N seconds and adds new pods to the log group
  • Regexp for the pod name

Roadmap:

  • Multiple namespaces
  • Labels search
  • Monitoring improvements (watch mode)

About

kubectl plugin to follow logs of multiple running pods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.7%
  • Makefile 1.3%