Skip to content

Instantly share code, notes, and snippets.

@iamjjanga-ouo
Last active July 16, 2024 13:57
Show Gist options
  • Save iamjjanga-ouo/4f16c4460ca3b74e2c2d56a4afe4e40c to your computer and use it in GitHub Desktop.
Save iamjjanga-ouo/4f16c4460ca3b74e2c2d56a4afe4e40c to your computer and use it in GitHub Desktop.
[kubernetes/nginx-ingress]

[Version] Get Nginx Ingress Controller Version

kubectl get pods -n ingress-nginx | awk '{ print $1 }' | grep 'ingress-nginx-controller' | xargs -I % sh -c 'kubectl get pods % -n ingress-nginx -o yaml | grep image:'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment