I have GKE autopilot setup, it is running BE,FE,DB and playwright.
All works except that playwright cannot login. I suspect that it is because of different domains.
@thockin thanks for respone,
yes they are all different deployment inside one namespace.
its pretty much:
backend-application-deployment
backend-application-service
backend-database-deployment
backend-database-service
frontend-deployment
frontend-service
The frontend can communicate with backend without issue.
If I add to the frontend service type: LoadBalancer and access it publicly, it works without issue.