Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Services generated by fissile make Istio malfunction #510

Open
giner opened this issue Aug 6, 2019 · 2 comments
Open

Services generated by fissile make Istio malfunction #510

giner opened this issue Aug 6, 2019 · 2 comments

Comments

@giner
Copy link

giner commented Aug 6, 2019

When Istio is in use on a Kubenrnetes cluster, port names of all Services have to follow the naming convention required by Istio. This is also true when the components generated by fissile are not using Istio themselves. While this can be considered a design flaw and might be fixed in future we have to deal with it somehow in the meanwhile.

Here are a couple of things that could be done to mitigate the issue:

cc: @iandyh @viovanov

Update:

@zhanggbj
Copy link
Member

zhanggbj commented Aug 8, 2019

Another problem related to the port definition is some role in scf have conflict port number with Istio component, which should be avoided. https://istio.io/docs/setup/kubernetes/additional-setup/requirements/#ports-used-by-istio

For e.g.,

  • cc-uploader
        ports:
        - name: cc-up-listen
          protocol: TCP
          internal: 9091
        - name: cc-up-dbg
          protocol: TCP
          internal: 17018

Which is conflicting with Istio Mixer

9090 HTTP Prometheus Prometheus
9091 HTTP Mixer Policy/Telemetry

@giner
Copy link
Author

giner commented Aug 8, 2019

@zhanggbj, exportTo should help to avoid the conflict as I understand it now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants