Skip to content

provide k8s info from multiple contexts(clusters) via simple json http get interface

Notifications You must be signed in to change notification settings

TheMeier/k8sinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8sinfo

Continously scrape one or more kubernetes clusters and make gathered information available via a simple http json get interface- Infos scraped: Context, Name, Namespace, Image for each Container or InitContainer for any Deployment found in all namespaces.

usage: k8sinfo [<flags>]

Flags:
      --help              Show context-sensitive help (also try --help-long and --help-man).
  -c, --kubeconfig=~/.kube/config ...
                          path to one or multiple kubeconfig files
  -i, --scrapeInterval=2  Interval between data scraping
  -l, --web.listen-address=":2112"
                          Address to listen on for http requests
  -d, --debug             Set log level to debug

About

provide k8s info from multiple contexts(clusters) via simple json http get interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages