https://github.com/micnncim/kubectl-lab
https://github.com/micnncim/kubectl-lab
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/micnncim/kubectl-lab
- Owner: micnncim
- Created: 2019-12-07T09:19:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T07:35:26.000Z (over 5 years ago)
- Last Synced: 2025-01-04T23:26:56.336Z (6 months ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubectl-lab
A kubectl plugin available like `kubectl get`.
## Installation
```
$ go get github.com/micnncim/kubectl-lab/cmd/kubectl-lab
```## Usage
```
$ kubectl lab pods
NAMESPACE NAME AGE READY LABELS
default dev-app-587f4d4cb5-9cwqt 3d10h app=app,pod-template-hash=587f4d4cb5
default dev-app-587f4d4cb5-cz6dm 3d10h app=app,pod-template-hash=587f4d4cb5
default dev-app-587f4d4cb5-xbzqm 3d10h app=app,pod-template-hash=587f4d4cb5
```