Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysicing/kube-resource
kube ops
https://github.com/ysicing/kube-resource
Last synced: 2 days ago
JSON representation
kube ops
- Host: GitHub
- URL: https://github.com/ysicing/kube-resource
- Owner: ysicing
- License: agpl-3.0
- Created: 2022-01-21T05:50:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:21:07.000Z (over 1 year ago)
- Last Synced: 2024-06-20T20:34:57.295Z (5 months ago)
- Language: Go
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kube-resource
A simple CLI that provides an overview of the resource requests, limits in a Kubernetes cluster
## Installation
### Homebrew
```bash
brew tap ysicing/tap
brew install kr
```### Krew
> not support
```bash
kubectl krew install kr
```### Bash
```bash
curl -L --remote-name-all https://github.com/ysicing/kube-resource/releases/latest/download/kr_linux_amd64{,.sha256sum}
sha256sum --check kr_linux_amd64.sha256sum
mv kr_linux_amd64 /usr/local/bin/kr
chmod +x /usr/local/bin/kr
```## Usage
```bash
kr [OPTIONS]
```