by AlexB138 on 7/12/23, 4:57 PM with 117 comments
by goalonetwo on 7/12/23, 8:56 PM
I have a love-hate relationship with it. It is very complex and builds on 5 other layer of abstraction (K8s, Envoy, Iptables,...). Grasping what is going on requires you to understand all of those layers first. Istio essentially adds one layer of proxy for all your ingress/egress requests and from an engineering/performance/cost perspective that is not amazing.
Once it is working and deployed though it provides a solid set of functionalities as part of the infrastructure directly. AuthN/Z, mTLS, security, metrics and logs are all deployed by default without the end-user having to do anything.
Eventually I expect Istio will evolve to a model that makes more sense with Ambient/eBPF (For cost/performance reasons)
The community behind Istio is especially helpful and one of the main reasons why we went with this project.
by crb on 7/12/23, 9:15 PM
by hsaliak on 7/12/23, 5:49 PM
by awestroke on 7/12/23, 8:02 PM
by meepmorp on 7/12/23, 5:16 PM
https://github.com/cncf/toc/blob/main/proposals/graduation/i...
by AlexB138 on 7/12/23, 5:41 PM
by alanwreath on 7/12/23, 6:11 PM
by aidenn0 on 7/12/23, 5:13 PM
by sdesol on 7/12/23, 6:02 PM
Not kubernetes level https://devboard.gitsense.com/kubernetes/kubernetes but still very good.
Full Disclosure: This is my tool, but I figure the insights would be interesting/useful.
by akhayam on 7/12/23, 5:18 PM
Now CNCF needs to figure out how to get Istio to work nicely with the networking k8s addons
by AlexB138 on 7/12/23, 4:59 PM
by throwawa3432 on 7/13/23, 12:31 AM
Jokes aside, Envoy really deserves some spotlight.
by vbezhenar on 7/13/23, 3:04 AM
by tflinton on 7/13/23, 2:30 AM