首页/详情

Show HN: Renovate – The Kubernetes-Native Way

Hacker News2026/02/11 22:36机翻/自动摘要/自动分类
1 阅读

摘要

Hey folks, we built a Kubernetes operator for Renovate and wanted to share it. Instead of running Renovate as a cron job or relying on hosted services...

正文

Hey folks, we built a Kubernetes operator for Renovate and wanted to share it. Instead of running Renovate as a cron job or relying on hosted services, this operator lets you manage it as a native Kubernetes resource with CRDs. You define your repos and config declaratively, and the operator handles scheduling and execution inside your cluster. No external dependencies, no SaaS lock-in, no webhook setup. The whole thing is open source and will stay that way – there's no paid tier or monetization plan behind it, we just needed this ourselves and figured others might too.<p>Would love to hear feedback or ideas if you give it a try: <a href="https:&#x2F;&#x2F;github.com&#x2F;mogenius&#x2F;renovate-operator" rel="nofollow">https://github.com/mogenius/renovate-operator</a>