What is the meaning for a pod with `READY 0/1` and `state Running`?

Manoj Reddy:
what is the meaning for a pod with READY 0/1 and state Running ?

Tej_Singh_Rana:
Hello, @Manoj Reddy
READY 0/1 that means pod has one container and that’s not ready yet.
State Running that means container is in the process of starting.

Manoj Reddy:
READY 0/1 it’s been for 1 hr.

Manoj Reddy:
in the same state.

Manoj Reddy:
can we debug from the container side. Ti know the issue?

Tharanath:
Just check kubectl describe pod <pod-name> or kubectl logs <pod-name>

Tharanath:
You may get some idea

This is mostly possible because the pod is running but readiness prob is not satisfied.