Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.