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.

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

1 pointsby joaoqalvesalmost 2 years ago
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>

no comments

no comments