TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Istio moved to CNCF Graduation stage

197 点作者 AlexB138将近 2 年前

14 条评论

goalonetwo将近 2 年前
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 未加载
crb将近 2 年前
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 未加载
hsaliak将近 2 年前
And yet -- grpc is still &quot;incubating&quot;. Do these statuses really mean much?
评论 #36700844 未加载
评论 #36700472 未加载
评论 #36698818 未加载
评论 #36699099 未加载
评论 #36702761 未加载
评论 #36700879 未加载
awestroke将近 2 年前
If I needed a service mesh, I&#x27;d probably use Linkerd. What would I be missing out on?
评论 #36701268 未加载
评论 #36703528 未加载
meepmorp将近 2 年前
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>
AlexB138将近 2 年前
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>
alanwreath将近 2 年前
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 未加载
aidenn0将近 2 年前
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 未加载
sdesol将近 2 年前
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.
akhayam将近 2 年前
Finally… took a while.<p>Now CNCF needs to figure out how to get Istio to work nicely with the networking k8s addons
评论 #36699766 未加载
AlexB138将近 2 年前
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>
throwawa3432将近 2 年前
I think it should be titled Envoy+Istio in the same spirit of GNU+Linux.<p>Jokes aside, Envoy really deserves some spotlight.
vbezhenar将近 2 年前
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 未加载
tflinton将近 2 年前
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.