GKE Website sometimes returning 502, sometimes working
I serve a frontend site with Go, and I deployed my service onto GKE using Docker. Sometimes the website loads “http://staging.crcl-app.com”, “http://www.staging.crcl-app.com”, and sometimes it returns a 502 Bad Gateway. It doesn’t seem to be a problem with my deployment, maybe something with Ingress? I have a cloud DNS setup with the domain as well that routes to the “crcl-global” IP I defined in ingress.yaml, I will attach screenshots of those.