Home

Awesome

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:

Roadmap: