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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Noe, a mutating webhook to make multi-arch simpler in Kubernetes

1 点作者 joaoqalves将近 2 年前
Hi folks!<p>Our team provides a multi-cluster, multi-region, multi-tenant, Kubernetes cluster as a service to the rest of the company [1].<p>Recently, we worked on adding ARM-nodes support and we found out that people usually rely on annotations to get the job done. Then, we realized that this is double work. You need to:<p>1. Build the image for multi-architecture<p>2. Annotate your deployment with the correct architecture<p>Isn&#x27;t there a better way? So, Noe was born. Noe is a Kubernetes mutating webhook that dynamically assigns node architectures to match the requirements of container images within a Pod. It simplifies mixed-architecture deployments (e.g. ARM and x86) by ensuring that Pods are scheduled on nodes capable of executing all their images.<p>You can see more in the Github project.<p>1 - <a href="https:&#x2F;&#x2F;www.adevinta.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.adevinta.com&#x2F;</a><p>2 - <a href="https:&#x2F;&#x2F;github.com&#x2F;adevinta&#x2F;noe">https:&#x2F;&#x2F;github.com&#x2F;adevinta&#x2F;noe</a>

暂无评论

暂无评论