Query on kubernetes componenets

Due to some issues pods will be in pending state .
My query is how the pod got created and it is in pending state if the schedular didn’t assigned any node without the help of kubelet .
Please clarify on this.

The pod is not created if it is pending.
It exists only as a record in etcd, as does not become an actual running pod until it is scheduled.