79428382

Date: 2025-02-10 21:53:46
Score: 0.5
Natty:
Report link

Damn I found the error. I set a commonLabel with Kustomize for all 4 services/deployments/pods of my stack.

commonLabels:
  app: myapp

That overwrote the app labels from all 4 services and the whole selector mechanism matching services to pods broke because of that. Removing the common Label app fixed it.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Ruik