Dear friend, you have built a Kubernetes

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Nomad

    Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.

    https://github.com/hashicorp/nomad/blob/v1.6.0/website/conte... seems to have existed since before the license rug-pull. However I'm open to there being some miscommunication because https://developer.hashicorp.com/nomad/docs/glossary doesn't mention the word "control" and the word "host" could mean any number of things in this context

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. kamal-proxy

    Lightweight proxy server for Kamal

    You mean the rugpull-stack? "Pray we do not alter the deal further when the investors really grumble" https://github.com/hashicorp/nomad/blob/v1.9.3/LICENSE

    As for Kamal, I shudder to think of the hubris required to say "pfft, haproxy is for lamez, how hard can it be to make my own lb?!" https://github.com/basecamp/kamal-proxy

  4. conductor.go

    Light orchestrator for Containers and CGI scripts for systemd servers running Podman and a Caddy reverse-proxy.

    Started with a large shell script, the next itération was written in go and less specific. I still think for some things, k8s is just too much

    https://github.com/mildred/conductor.go/

  5. dokploy

    Open Source Alternative to Vercel, Netlify and Heroku.

    For my own websites, I host everything on a a single $20/month hetzner instance using https://dokploy.com/ and I'm never going back.

  6. kamal

    Deploy web apps anywhere.

    Kamal was also built with that purpose in mind.

    https://kamal-deploy.org/

  7. eks-anywhere

    Run Amazon EKS on your own infrastructure 🚀

    > Most megacorps use AWS. It's regrettable that your company can't, but that's pretty atypical.

    Even then, it seems like you can run EKS yourself:

    https://github.com/aws/eks-anywhere

    "EKS Anywhere is free, open source software that you can download, install on your existing hardware, and run in your own data centers."

    (Never done it myself, no idea if it's a good option)

  8. incus-compose

    the missing equivalent for `docker-compose` in the Incus ecosystem

    I've personally been investing heavily in [Incus](https://linuxcontainers.org/incus/), which is the Linux Containers project fork and continuation of LXD post Canonical takeover of the LXD codebase. The mainline branch has been seeing some rapid growth, with the ability to deploy OCI Application Containers in addition to the System containers (think Xen paravirtualized systems if you know about those) and VMs, complete with clustering and SDN. There's work by others in the community to create [incus-compose](https://github.com/bketelsen/incus-compose), a way to use Compose spec manifests to define application stacks. I'm personally working on middleware to expose instance options under the user keyspace to a Redis API compliant KV store for use with Traefik as an ingress controller.

    Too much to go into with what Incus does to tell you everything in a comment, but for me, Incus really feels like the right level of "old school" infrastructure platform tooling with "new school" cloud tech to deploy and manage application stacks, the odd Windows VM that accounting/HR/whoever needs to do that thing that can't be done anywhere else, and a great deal more.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. colima

    Container runtimes on macOS (and Linux) with minimal setup

    For others interested in such things, colima also supports it: https://github.com/abiosoft/colima/tree/v0.8.0#incus

  11. cadvisor

    Analyzes resource usage and performance characteristics of running containers.

  12. kubernetes

    Production-Grade Container Scheduling and Management

  13. kube-state-metrics

    Add-on agent to generate and expose cluster-level metrics.

  14. opentelemetry-collector-contrib

    Contrib repository for the OpenTelemetry Collector

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

Did you know that Go is
the 4th most popular programming language
based on number of references?