Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/continuously-stare-at-images
Run this and see what images your cluster is using or planning on using
https://github.com/crhntr/continuously-stare-at-images
Last synced: about 2 months ago
JSON representation
Run this and see what images your cluster is using or planning on using
- Host: GitHub
- URL: https://github.com/crhntr/continuously-stare-at-images
- Owner: crhntr
- License: other
- Created: 2020-02-13T21:16:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T01:33:04.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T03:28:11.880Z (6 months ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# continuously-stare-at-images
Run this and see what images your cluster is using or planning on using.Use this with https://github.com/crhntr/uniqio for some fun times.
It starts a watcher and prints out the names of images used for all containers in every pod (including the init and ephemeral containers).
It is also a small example of using the kubernetes Go library.
```sh
go run main.go
```You can the `KUBERNETES_CONFIG_PATH` if you want to not use the default macOS config file.