I am new to Rancher Desktop and having an issue br...
# general
b
I am new to Rancher Desktop and having an issue bringing up a POD. It continues to fail. I feel like the POD is starving even after providing the resource configuration in k8s deployment.
Copy code
resources:
  limits:
    cpu: 500m
    memory: 2Gi
  requests:
    cpu: 250m
    memory: 1Gi
Is there anything I can look into which gives me the exact reason for the failure? The POD comes up and tries to start the workload (Spring Boot), but fails in the middle of it and tries to restart.