How to connect my GKE backend to my pages?
Trying to setup a small demo for cloudflare pages and have my static assets hosted. I have a GKE backend my app needs to use through the ingress IP. I can set up a LB with the origin to my ingress IP and that portion works, but unsure of how to connect my pages hosted page and getting traffic to my ingress.
2 Replies
I'm confused, are you looking to pass some URLs to your backend?
Yes, Usually i would make a POST request that would be handled by my kubernetes ingress controller to the page URL, and kick off a job. But now i have offloaded my front end to pages so anything that is trying to hit those endpoints will no longer work as is and i am unsure on how to get them working.