Programatically get all the containers from EKS cluster

Hi,
Each running pod has .status.containerStatuses[*].state.running.startedAt field that I assume is what you are looking for.

1 Like