Hi All, I am struggling last one week to setup...
# google-cloud
l
Hi All, I am struggling last one week to setup most simple K8S GKE using pulumi. able to do pods, deployment etc but stuck on Ingress and HTTPS. May somebody suggest what to read or watch. My requirement is simple - codma.app is hosted on Godaddy, when use hits - https://codma.app , All the responses should be handled by frontend pod. when use hits - https://codma.app/api , All the responses should be handled by backend pod. There are only 2 services and both are working fine on localhost.