./net/stern, Multi pod and container log tailing for Kubernetes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.30.0nb1, Package name: stern-1.30.0nb1, Maintainer: leot

Stern allows you to tail multiple pods on Kubernetes and multiple
containers within the pod. Each result is color coded for quicker
debugging.

The query is a regular expression or a Kubernetes resource in the form
<resource>/<name> so the pod name can easily be filtered and you don't
need to specify the exact id (for instance omitting the deployment id).
If a pod is deleted it gets removed from tail and if a new pod is added
it automatically gets tailed.

When a pod contains multiple containers Stern can tail all of them too
without having to do this manually for each one. Simply specify the
container flag to limit what containers to show. By default all
containers are listened to.


Master sites:

Filesize: 60.311 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 19:35:50 by Leonardo Taccari | Files touched by this commit (3)
Log message:
stern: Update to 1.30.0

Changes:
# v1.30.0
- Add support for configuring colors for pods and containers
- Colors with underline
- Display different colors for different containers

# v1.29.0
- A new `--stdin` flag for parsing logs from stdin
- Add support for UNIX time with nanoseconds to template functions

# v1.28.0
- Highlight matched strings in the log lines with the highlight option

# v1.27.0
- Add new template function: `toTimestamp`
- Add generic kubectl options
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.
   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update