79403088

Date: 2025-01-31 14:50:09
Score: 0.5
Natty:
Report link

It was caused by an incorrect DestinationRule I wasn't thinking of:

apiVersion: networking.istio.io/v1
kind: DestinationRule
metadata:
  labels:
    app: application
  name: application
  namespace: application-customer
spec:
  host: application
  subsets:
  - labels:
      app: application
    name: default

(the host should be application.customer.ocs.nu, not just application).

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: klafbang