Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vkuznet/k8s_info
- Owner: vkuznet
- License: mit
- Created: 2021-06-23T18:10:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T18:16:00.000Z (over 3 years ago)
- Last Synced: 2024-10-30T06:40:26.655Z (3 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```