Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maksim-paskal/k8s-images-cli
https://github.com/maksim-paskal/k8s-images-cli
Last synced: 5 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:51:40.000Z (9 months ago)
- Last Synced: 2024-06-21T13:14:22.146Z (7 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
```