ContainerStatuses
ContainerStatuses is a field of the PodStatus in Kubernetes that describes the state of each container running in a pod. It consists of an array of ContainerStatus objects, with one entry for each container defined in the pod's specification. The kubelet populates this list and the API server exposes it as part of the pod’s status, helping clients observe the lifecycle of individual containers within a pod.
Each ContainerStatus includes several key fields. The name identifies the container by the name given in the
ContainerState details further differentiate between Waiting, Running, and Terminated conditions, providing additional metadata such as reason,