Feature: Retrieve all images of pod containers in a Kubernetes namespace #373

Closed
opened 2026-04-05 16:19:29 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @shomrai on 9/20/2025

Is your feature request related to a problem? Please describe.
Managing and auditing container images across a Kubernetes namespace is challenging, especially for compliance and troubleshooting. Users often need to quickly list all container images running in a namespace is challenging, especially for compliance and troubleshooting. Users often need to quickly list all container images running in a namespace for security reviews or migrations.

Describe the solution you'd like
Implement a utility or command within OneUptime, or provide guidance/documentation, to retrieve all images used by pod containers in a specified Kubernetes namespace. This could be exposed via the dashboard or CLI, and should return a list of image names with their tags and pod associations.

Describe alternatives you've considered

  • Using kubectl get pods -n <namespace> -o json | jq ... but this is manual and not user-friendly.
  • Building ad-hoc scripts to parse pod specs, which is error-prone.

Additional context
This feature will help users with security audits, troubleshooting deployments, and managing container upgrades.

*Originally created by @shomrai on 9/20/2025* **Is your feature request related to a problem? Please describe.** Managing and auditing container images across a Kubernetes namespace is challenging, especially for compliance and troubleshooting. Users often need to quickly list all container images running in a namespace is challenging, especially for compliance and troubleshooting. Users often need to quickly list all container images running in a namespace for security reviews or migrations. **Describe the solution you'd like** Implement a utility or command within OneUptime, or provide guidance/documentation, to retrieve all images used by pod containers in a specified Kubernetes namespace. This could be exposed via the dashboard or CLI, and should return a list of image names with their tags and pod associations. **Describe alternatives you've considered** - Using `kubectl get pods -n <namespace> -o json | jq ...` but this is manual and not user-friendly. - Building ad-hoc scripts to parse pod specs, which is error-prone. **Additional context** This feature will help users with security audits, troubleshooting deployments, and managing container upgrades.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#373