-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend pod failing (CrashLoopBackOff) #2
Comments
@phcollignon: Any suggestions? |
Hello, |
Hi @phcollignon, Thank you! You were right about the DNS. Actually, I had not whitelisted the UDP ports. Once I did that, the CrashLoopBackOff issue is no more there and I am also able to reach the guestbook-database from within the frontend container. :) I am running this on VMs in GCP. Now when I try to port-forward the frontend service to my Windows machine, although it opens up the UI fine but when I put the feedback and click on I thought of putting below entries in my
Any idea how I can fix this? |
Great that it works for DNS. About CORS ... it should work as it is the same parent domain. |
I deployed the manifests in
lab1_volume_begin
exercise on Minikube running on Ubuntu WSL2 (not on Docker Desktop) on Windows but that didn't work.Now I am trying to deploy the manifests on CentOS 7 VM running on GCP but I still see it's not working.
In the current set up on CentOS 7, when I check the logs, the backend pod is failing.
I have been trying to get this work for the last two days. I will really appreciate any help.
The text was updated successfully, but these errors were encountered: