nowfound

Alternatives

Products that do what mogenius Renovate Operator does

Kubernetes-native dependency updates with Renovate

  1. 1RT

    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. Would love to hear…

    Feb 2026 · github.com

  2. 2
    Cyclops248

    Developer friendly Kubernetes

    2024

  3. 3KA

    A large part of our (Real Kinetic's) business is helping organizations implement platform engineering, but we've found the existing tooling to be lacking. For IaC, Terraform state becomes a pain because TF treats infrastructure as "one-shot" commands. The Kubernetes controller model provides a nicer approach to managing infrastructure, but the tooling here is also lacking. For configuration management, Helm just doesn't really scale with complexity, nor does Kustomize. For resource orchestration, Crossplane is a step in the right direction but still has challenges and limitations. As a…

    2025 · koreo.dev

  4. 4

    Remocal Kubernetes development for teams and enterprises

    2024

  5. 5
    Cyclops217

    Developer friendly Kubernetes

    2024

  6. 6

    A smarter workflow for Kubernetes & Cloud Native apps

    2021

  7. 7KS

    I built an interactive explorer for Kubernetes resources spec A few things included: - Tree view with schema, type and description of all native resources - History changes since version X (properties added/removed/modified) - Examples of some resources that you can easily copy as a starting point - Supports all versions since X, including the newly released 1.32 - I also want to add support for popular CRD, but I’m not sure how I’ll do that yet, I’m open to suggestions! Everything is auto generated based on the OpenAPI spec, with some manual inputs for examples and external links.…

    2024 · kubespec.dev

  8. 8HA
  9. 9GT

    Hello HN, we’re Philip Louis from Glasskube (https://github.com/glasskube/glasskube). We are working on a package manager for Kubernetes to simplify the packaging of complex applications with multiple dependencies, ensuring they are installed and kept up-to-date across multiple Kubernetes clusters. Nowadays, it is best practice to use Git as a revision control system for your Kubernetes configurations. Update automation workflows like Renovate or Dependabot can create pull requests for new versions of Docker images and Helm charts, but ensuring these new package versions…

    2024 · github.com

  10. 10
    RunsOn142

    10x cheaper GitHub Actions runners, self-hosted on AWS

    2024

  11. 11KR

    Hi Everyone! Kubetail is a general-purpose logging dashboard for Kubernetes, optimized for tailing logs across multi-container workloads in real-time. With Kubetail, you can view logs from all the containers in a workload (e.g. Deployment or DaemonSet) merged into a single chronological timeline, delivered to your browser or terminal. I launched Kubetail on HN last year and at that time the top request was to add search. Now I'm happy to say we finally have search available in our latest official release (cli/v0.4.3, helm/v0.10.1). You can check it out in action here:…

    2025 · github.com

  12. 12RG

    Hi HN! We’re Yann, Edouard, and Bastien from Koyeb (https://www.koyeb.com/). We’re building a platform to let you deploy full-stack apps on high-performance hardware around the world, with zero configuration. We provide a “global serverless feeling”, without the hassle of re-writing all your apps or managing k8s complexity [1]. We built Scaleway, a cloud service provider where we designed ARM servers and provided them as cloud servers. During our time there, we saw customers struggle with the same issues while trying to deploy full-stack applications and APIs resiliently. As…

    2023 · koyeb.com

  13. 13OD

    I have been building https://github.com/openrundev/openrun for the last few years and recently added Kubernetes support https://openrun.dev/docs/container/kubernetes. OpenRun is a declarative web app deployment platform, built for teams to deploy internal tools. There are many tools which try to simplify application deployments, but not many support declarative deployments. Even if app sources are fetched from git, creating new apps or updating app config requires imperative commands. Kubernetes is the dominant declarative approach, but it takes…

    Feb 2026 · github.com

  14. 14
    Cyclops37

    Open-Source tool for building Internal Developer Platforms

    2025

  15. 15

    AI workspaces for building and running apps on Kubernetes

    Mar 2026 · agumbe.dev

  16. 16

    Securely share and scale custom internal apps and workflows

    28d ago · compartment.dev

  17. 17AT

    Hi HN! I’ve been running GitHub Actions workflows for a while, and when GitHub announced the new ubuntu-slim runners as a cheaper alternative to ubuntu-latest, I wanted to migrate—but figuring out which workflows are safe to switch turned out to be surprisingly tedious. You need to check for Docker usage, services, containers, step failures due to missing packages, and whether jobs rely on tools not available in the slim image. So I built gh-slimify, a GitHub CLI extension that automates all of this. It scans your repository, detects which jobs can be migrated, flags incompatible patterns,…

    Nov 2025 · github.com

  18. 18MT

    We've built a platform for developers that automates the entire DevOps workflow. Simply connect your repository and mogenius will deploy your application on a hyper-scaling cloud infrastructure, with built-in CI/CD and DDoS protection. We have a great free plan that lets you use the platform for as long as you want. We look forward to your feedback, tell us what you think!

    2022 · mogenius.com

  19. 19

    State of the art Valkey (fork of Redis) Kubernetes operator

    2025

  20. 20VO

    Hi there, I've been working on a Kubernetes Operator to deploy and manage Valkey Cluster (https://valkey.io). I was unsatisfied with the existing options available, and felt that it didn't hurt to create a new one. I know a lot of folks are going to make the case that the Bitnami helm chart (https://github.com/bitnami/charts/tree/main/bitnami/valkey-c...) is good enough, or just use a cloud provider option is ideal. And for some use cases that makes sense, but for a lot of other use cases, especially testing, and multi-tenant SaaS offerings I…

    2024 · github.com

  21. 21PO

    At mogenius we’re working with multiple Kubernetes clusters across clouds with shared responsibilities on the team. For managing workloads on the clusters we’ve been trying out several tools, but something was missing. With probably the most popular tools, Lens and K9s, the free options only allowed local access which required each team member to set up all clusters over and over again. We were looking for something cloud-based, where we set up the clusters once and the whole team can use them. Plus, it should be lightweight and fast (we love that in K9s). At some point during research we…

    2023 · github.com

  22. 22KO

    We have finally open sourced our Keycloak config operator (I have yet to find a better name) that allows to manage your entire Keycloak configuration in a GitOps fashion through Kubernetes CRDs. Starting is easy, there is an export flow which allows you to export CRDs from your current configuration and then you can apply them as needed. The resources are deliberately raw JSON (I'd love to see a discussion on this) so that its compatible with a wide range of Keycloak versions out of the box. Heavily inspired by the now defunct keycloak realm operator. Feedback and suggestions for…

    25d ago

  23. 23

    Uncorking K8s bottlenecks and insights, one pod at a time

    2025

  24. 24KK

Ranked by how close each launch is in meaning, then by votes. Refine with a description →