For me, it is absolutely stable. Anyway, if you want to move from traefik to Istio just for the ingress, I would not recommend you. The reason is that Istio is much more than a simple ingress controller. In my experience, traefik gives a reliable solution for ingress.
However, if you want to use the advanced features that Istio provides as service mesh, then go ahead.
Service mesh is exactly why i installed Istio in the first place, I just want to understand whether Istio ingress is mature enough to use in production. Thanks for the reply :)
We are using istio in production, but I have to tell you that it requires a deep knowledge of the application that probably you will not be able to learn until you work with it. The most important part to work with istio is to have a good monitoring system to troubleshoot problems.
You first have to master Prometheus - Tempo - Loki - Grafana to be able to not become crazy when something is not working as expected because the most complex part of istio is to solve where the latency is taking long.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
For me, it is absolutely stable. Anyway, if you want to move from traefik to Istio just for the ingress, I would not recommend you. The reason is that Istio is much more than a simple ingress controller. In my experience, traefik gives a reliable solution for ingress.
However, if you want to use the advanced features that Istio provides as service mesh, then go ahead.
Service mesh is exactly why i installed Istio in the first place, I just want to understand whether Istio ingress is mature enough to use in production. Thanks for the reply :)
We are using istio in production, but I have to tell you that it requires a deep knowledge of the application that probably you will not be able to learn until you work with it. The most important part to work with istio is to have a good monitoring system to troubleshoot problems.
You first have to master Prometheus - Tempo - Loki - Grafana to be able to not become crazy when something is not working as expected because the most complex part of istio is to solve where the latency is taking long.