TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Istio moved to CNCF Graduation stage

197 pointsby AlexB138almost 2 years ago

14 comments

goalonetwoalmost 2 years ago
We are using istio at scale.<p>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&#x2F;egress requests and from an engineering&#x2F;performance&#x2F;cost perspective that is not amazing.<p>Once it is working and deployed though it provides a solid set of functionalities as part of the infrastructure directly. AuthN&#x2F;Z, mTLS, security, metrics and logs are all deployed by default without the end-user having to do anything.<p>Eventually I expect Istio will evolve to a model that makes more sense with Ambient&#x2F;eBPF (For cost&#x2F;performance reasons)<p>The community behind Istio is especially helpful and one of the main reasons why we went with this project.
评论 #36703353 未加载
评论 #36701584 未加载
评论 #36704358 未加载
评论 #36702981 未加载
评论 #36702622 未加载
评论 #36745898 未加载
评论 #36702092 未加载
评论 #36702951 未加载
crbalmost 2 years ago
Hi everyone, I&#x27;m the person who drove the CNCF process for Istio (and made the linked commit). I&#x27;m happy to answer any questions.
评论 #36703939 未加载
hsaliakalmost 2 years ago
And yet -- grpc is still &quot;incubating&quot;. Do these statuses really mean much?
评论 #36700844 未加载
评论 #36700472 未加载
评论 #36698818 未加载
评论 #36699099 未加载
评论 #36702761 未加载
评论 #36700879 未加载
awestrokealmost 2 years ago
If I needed a service mesh, I&#x27;d probably use Linkerd. What would I be missing out on?
评论 #36701268 未加载
评论 #36703528 未加载
meepmorpalmost 2 years ago
In case anyone wants to read the rendered markdown:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;cncf&#x2F;toc&#x2F;blob&#x2F;main&#x2F;proposals&#x2F;graduation&#x2F;istio.md">https:&#x2F;&#x2F;github.com&#x2F;cncf&#x2F;toc&#x2F;blob&#x2F;main&#x2F;proposals&#x2F;graduation&#x2F;i...</a>
AlexB138almost 2 years ago
Here&#x27;s the official CNCF announcement: <a href="https:&#x2F;&#x2F;www.cncf.io&#x2F;announcements&#x2F;2023&#x2F;07&#x2F;12&#x2F;cloud-native-computing-foundation-reaffirms-istio-maturity-with-project-graduation&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.cncf.io&#x2F;announcements&#x2F;2023&#x2F;07&#x2F;12&#x2F;cloud-native-co...</a>
alanwreathalmost 2 years ago
I may have missed the announcement where Istio’s ownership was being transfered to a vendor-neutral foundation like the CNCF, or is the Open Usage Commons What can be used in place?
评论 #36699484 未加载
aidenn0almost 2 years ago
Enough searching around told me what CNCF is, but I still don&#x27;t know what it means to &quot;graduate&quot;
评论 #36698127 未加载
评论 #36698126 未加载
评论 #36699074 未加载
sdesolalmost 2 years ago
Here is some community information for istio <a href="https:&#x2F;&#x2F;devboard.gitsense.com&#x2F;istio&#x2F;istio" rel="nofollow noreferrer">https:&#x2F;&#x2F;devboard.gitsense.com&#x2F;istio&#x2F;istio</a><p>Not kubernetes level <a href="https:&#x2F;&#x2F;devboard.gitsense.com&#x2F;kubernetes&#x2F;kubernetes" rel="nofollow noreferrer">https:&#x2F;&#x2F;devboard.gitsense.com&#x2F;kubernetes&#x2F;kubernetes</a> but still very good.<p>Full Disclosure: This is my tool, but I figure the insights would be interesting&#x2F;useful.
akhayamalmost 2 years ago
Finally… took a while.<p>Now CNCF needs to figure out how to get Istio to work nicely with the networking k8s addons
评论 #36699766 未加载
AlexB138almost 2 years ago
Here&#x27;s the PR: <a href="https:&#x2F;&#x2F;github.com&#x2F;cncf&#x2F;toc&#x2F;pull&#x2F;1000">https:&#x2F;&#x2F;github.com&#x2F;cncf&#x2F;toc&#x2F;pull&#x2F;1000</a>
throwawa3432almost 2 years ago
I think it should be titled Envoy+Istio in the same spirit of GNU+Linux.<p>Jokes aside, Envoy really deserves some spotlight.
vbezhenaralmost 2 years ago
What&#x27;s an alternative to istio? I want to have http metrics between our services inside kubernetes. I don&#x27;t really want all the fancy shmancy mtls, dpi and stuff, they don&#x27;t bring value to me.
评论 #36706431 未加载
评论 #36704569 未加载
评论 #36704604 未加载
tflintonalmost 2 years ago
Istio is amazing once you grok how it works and get it running. It has a lot of gotchas (objects in istio-system become global?) and there’s a lot of ways to abuse or misuse it.