Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vkuznet/k8s_info

Provides information about k8s namespaces, pods, etc.
https://github.com/vkuznet/k8s_info

Last synced: 30 days ago
JSON representation

Provides information about k8s namespaces, pods, etc.

Awesome Lists containing this project

README

        

This area contains tools for k8s infrastructure:
- `k8s_info` provides useful information such as image version, pod node
assignment, etc., for given namespace(s) or entire cluster. To build it use
the following command on lxplus:
```
# build the executable
go build k8s_info.go

# use the executable
k8s_info -help
Usage of ../tools/k8s_info:
-ns string
k8s namespace
-pod string
k8s pod
-verbose int
verbosity level

# list pods in das namespace
k8s_info -ns das
```