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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Developer Environments Using Istio and Kubernetes

1 点作者 anirudhrx将近 2 年前
Developer environments become slow to spin up and expensive to maintain with many microservices. We’ve built a new kind of dev environment that uses traffic labeling (using OpenTelemetry) and dynamic request routing (with Istio) - which makes it lightweight and scalable.<p>You can run the dev version of a microservice on a laptop and connect it to a shared Kubernetes cluster with dependencies and test as though the whole application were running locally. Also, you can combine dev environments together to test different microservices with each other as they’re being developed.<p>The underlying approach we use is similar to Uber’s SLATE (<a href="https:&#x2F;&#x2F;www.uber.com&#x2F;blog&#x2F;simplifying-developer-testing-through-slate&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.uber.com&#x2F;blog&#x2F;simplifying-developer-testing-thro...</a>) - built on top of Kubernetes and Istio.<p>If you’re interested, please give it a whirl using our guide at <a href="https:&#x2F;&#x2F;www.signadot.com&#x2F;docs&#x2F;quickstart&#x2F;local-development">https:&#x2F;&#x2F;www.signadot.com&#x2F;docs&#x2F;quickstart&#x2F;local-development</a>. Looking forward to feedback, bug reports, and discussions!

暂无评论

暂无评论