1.0.1 • Published 6 years ago

kubelogs v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

kubelogs

a CLI tool to print multiple kubernetes pod logs at once.

Installation

npm i -g kubelogs

Usage

kubelogs -h:

usage: kubelogs
  [-h|--help]: get help
  -f: continue to print logs
  --tail: only print the last <input> lines of the log
  --thin: don't print empty lines

  list out the names of the services/deployments/pods you want to log

  Examples:
    kubelogs -f api websockets
    kubelogs -f --tail=1 api
    kubelogs --thin
    kubelogs --help
1.0.1

6 years ago

1.0.0

6 years ago