-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate deployment with Istio #23
Comments
I've tried another setup and looks like it works with current chart. Maybe I'm was wrong with something... It seems that the first time istio was not able to set up the protocol on its own, no ideas why. |
Hm, actually not at all. |
Yes! Strange, but... I've setup appProtocol in my custom service - and it connects without any issues. So, maybe we can just add appProtocol/setup name fields - so, Istio will strictly use correct protocol. Latest Istio 1.12 |
@LvLs9 I found several issues in Istio which look very similar to this. For example this one - istio/istio#32127. An this - istio/istio#29427. Unfortunately these issues are closed without any resolution from Istio team. So I think adding a possibility to define |
@FZambia Yes, agreed 💪 I can try build MR with fix |
@FZambia Before merging PR... I've tried to delete istiod pod (which will reconfigure network) - and it's worked correctly. But not sure it's really good solution. |
So we now have a possibility to define appProtocol for each service port (added in #24) - thus we have an explicit way to tell Istio protocols to use. For the future I think would be awesome to investigate whether we should change current port names in some way to inherit automatic Istio deployment without customizing options. |
Should we close that? |
@LvLs9 Let's leave this open for now – hope in the future we will figure out the remaining parts. I'd like Centrifugo work with Istio out-of-the-box without explicit |
Looks like we have a problem with port names which prevent Istio to properly pass WS traffic:
https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/
We can:
Needs investigation to confirm the issue – since Istio should select protocol automatically https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#automatic-protocol-selection ?
The text was updated successfully, but these errors were encountered: