As a lead DevOps engineer at a cloud-based startup, you've deployed an application on a Google Kubernetes Engine cluster featuring a single preemptible node pool. Upon executing the command `kubectl get pods -l app=helloworld`, you observe that one of the two replicas in your deployment is in a `Running` status while the other remains `Pending`. What could be the underlying cause of this issue? | Google Associate Cloud Engineer Quiz - LeetQuiz