kubernetes,

Get current images for a Kubernetes deployment

Jun 06, 2023 · 1 min read · Post a comment

Another quick nugget that allows you to list and check current images for containers and pods for a Kubernetes deployment.

Prerequisites

  • Up and running k8s cluster
  • kubectl

Solution

kubectl get deploy -o wide

Conclusion

In case you face any issues, feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.