@smoczysko/k8s-log-aggregator

1.1.0 • Public • Published

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>

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @smoczysko/k8s-log-aggregator

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    7.24 kB

    Total Files

    8

    Last publish

    Collaborators

    • smoczysko