1.1.0 • Published 4 years ago

@smoczysko/k8s-log-aggregator v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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>