Kubernetes deployment of two microservices at same subdomain resulting in frequent and random 404 errors Kubernetes deployment of two microservices at same subdomain resulting in frequent and random 404 errors kubernetes kubernetes

Kubernetes deployment of two microservices at same subdomain resulting in frequent and random 404 errors


Each service needs to point to a different app. You can verify in Rancher that each service points to a different app. Check your yaml. If using Kustomize, the commonLabels:app can trip you up. Make sure it points to different apps for frontend and backend.