https://github.com/malwarebo/kubestat
Simple k8s status tool
https://github.com/malwarebo/kubestat
go k8s kubernetes
Last synced: about 1 month ago
JSON representation
Simple k8s status tool
- Host: GitHub
- URL: https://github.com/malwarebo/kubestat
- Owner: malwarebo
- License: mit
- Created: 2023-11-08T07:35:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T18:16:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T03:13:13.258Z (over 1 year ago)
- Topics: go, k8s, kubernetes
- Language: Go
- Homepage:
- Size: 94.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubestat
Simple k8s status cli tool
## Usage
Clone this repository and run:
```bash
make
sudo make install
```
Run the command `kubestat` from anywhere in the terminal.
### Run with namespace filter
```bash
kubestat --namepsace
```