codex70
codex70
I can confirm I'm seeing the same issue, the ServiceIntentions appears to deploy correctly, however when I describe the ServiceIntentions I see the following: ``` Status: Conditions: Last Transition Time:...
@jrhunger. it was a good idea to check, but in my case, the filebeat services do have different names in each environment. I suspect the real problem I'm having is...
@jrhunger, the filebeat service is super simple: ``` apiVersion: v1 kind: Service metadata: name: filebeat labels: app: filebeat spec: selector: app: filebeat ports: - name: http port: 5506 targetPort: 5506...
@jrhunger well spotted, that's it. You've explained it perfectly and now I understand why it was causing problems. It looks like I don't necessarily need: ``` dnsPolicy: ClusterFirstWithHostNet hostNetwork: true...
I'm fairly sure I am, I think I've tried everything just in case. We're now looking to reconfigure the broker to see if we can set up something that mutually...