Skip to content

Smoczysko/k8s-log-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Log Aggregator

CLI tool for aggregating logs from multiple Kubernetes pods.

Requirements

This project requires:

Usage

To view logs live logs across different pods that share same name prefix and exactly the same container name enter following command:

npx @smoczysko/k8s-log-aggregator watch <POD_PREFIX> <CONTAINER_NAME>

In order to download all logs across different pods to one file enter following command:

npx @smoczysko/k8s-log-aggregator download <POD_PREFIX> <CONTAINER_NAME> <FILE_NAME>

About

CLI tool for aggregating logs from multiple Kubernetes pods

Resources

License

Stars

Watchers

Forks

Packages

No packages published