https://github.com/maksim-paskal/k8s-images-cli
https://github.com/maksim-paskal/k8s-images-cli
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maksim-paskal/k8s-images-cli
- Owner: maksim-paskal
- License: apache-2.0
- Created: 2021-02-10T12:07:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:51:40.000Z (about 1 year ago)
- Last Synced: 2024-12-30T21:52:43.271Z (6 months ago)
- Language: Go
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# List images in your kubernetes cluster
Simple tool to view images in your kubernetes cluster
## Install
MacOS
```bash
brew install maksim-paskal/tap/k8s-images-cli
```## Usage
```bash
k8s-images-cli -n some_namespace
```## filter by image
```bash
k8s-images-cli -image some_image
```