Last active
December 15, 2021 09:10
-
-
Save rverchere/a1a854d7a789b394a1475a735ca0b294 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ kubectl get pods -o jsonpath='{range .items[*]}{.spec.containers[*].image}{" "}' | tr " " "\n" | sort -u | |
consul:1.3.0 | |
elasticsearch:5.6.13 | |
grafana/grafana:5.1.0 | |
jboss/keycloak:4.5.0.Final | |
jhipster/consul-config-loader:v0.3.0 | |
jhipster/jhipster-console:v4.0.0 | |
jhipster/jhipster-elasticsearch:v4.0.0 | |
jhipster/jhipster-logstash:v4.0.0 | |
jhipster/jhipster-zipkin:v4.0.0 | |
mariadb:10.5 | |
mongo:4.0.2 | |
nextcloud:20.0.6-apache | |
postgres:10.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment