I Didn't Need Kubernetes, and You Probably Don't Either

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. clace

    Hypermedia based internal tools for teams. Application server for containerized apps. Runbook automation like Rundeck, custom apps like Retool.

    Along those lines, I am building https://github.com/claceio/clace for teams to deploy internal tools. It provides a Cloud Run type interface to run containers, including scaling down to zero. It implements an application server than runs containerized apps.

    Since HTMX was mentioned, Clace also makes it easy to build Hypermedia driven apps.

  2. SaaSHub

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

    SaaSHub logo
  3. dhall-kubernetes

    Typecheck, template and modularize your Kubernetes definitions with Dhall

    One thing that might help you in this madness is:

    https://github.com/dhall-lang/dhall-kubernetes

    Type safe, fat finger safe representation of your YAMLs is grossly underrated.

  4. misterio

    Docker-compose based Ansible alternative. It hates spiders

    I created [misterio](https://github.com/daitangio/misterio) to exactly solve the same issue described in the article.

    So yes, if you have a simple setup you can use a "web" of docker servers.

    But if your needs are just a bit more complex, or you have a mix of different technology (rubyonrails, python flask, java spring boot) and you want to standardize the communication, the security, the performance tracking and so on, K8s is the way.

    The problem is the microservice architecture: the complexity is pushed to the infrastructure by the microservices, and K8s is a super-generic way to solve that complexity.

    It is like unpacking (in a exploding-kitten mode) an application server on the your Intranet.

  5. appspecs

    Clace app template specs, which can be used to create apps from existing source files

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

  • DSLs Are a Waste of Time

    2 projects | news.ycombinator.com | 4 Sep 2023
  • Why is Kubernetes adoption so hard?

    1 project | news.ycombinator.com | 1 Jun 2023
  • Dhall configuration language as another way to write manifests for Kubernetes

    2 projects | /r/kubernetes | 4 Apr 2022
  • AIOps : Investigation par l’IA dans Kubernetes avec HolmesGPT, Ollama et RunPod …

    5 projects | dev.to | 14 Jan 2025
  • ecstop: My CLI Tool to Stop ECS Resources Easily

    4 projects | dev.to | 5 Jan 2025

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