kubectl-clogs

module
v0.0.0-...-9590516 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2021 License: GPL-3.0

README

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)

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL