8000 GitHub - JKuny/salvo: A CLI for getting Kubernetes logs fast.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JKuny/salvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salvo

A CLI for getting Kubernetes logs fast.

Requirements

  • Go 1.23+
  • Kubernetes

Installation

cd salvo/
go build .
go install

Usage

The application comes with a few options for use. By default, running the application will use the default namespace of the current kubeconfig setup on your computer:

salvo logs # Default namespace, default output location of the current directory

A namespace can be specified instead of using default:

salvo logs --namespace backend # backend namespace, default output location of the current directory
salvo logs -n backend

More information is available via:

salvo -h

About

A CLI for getting Kubernetes logs fast.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0