awesome-home-kubernetes VS nerve

Compare awesome-home-kubernetes vs nerve and see what are their differences.

awesome-home-kubernetes

⚠️ Deprecated: Awesome projects involving running Kubernetes at home (by k8s-at-home)

nerve

A service registration daemon that performs health checks; companion to airbnb/synapse (by airbnb)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
awesome-home-kubernetes nerve
16 1
1,205 941
- -0.2%
7.7 0.0
over 1 year ago 3 months ago
Python Ruby
The Unlicense MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-home-kubernetes

Posts with mentions or reviews of awesome-home-kubernetes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-29.

nerve

Posts with mentions or reviews of nerve. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-18.
  • Unironically Using Kubernetes for My Personal Blog
    12 projects | news.ycombinator.com | 18 Mar 2021
    I run GKE for some small apps. I also use AWS S3 hosting for my personal blog. The cost differences are... non trivial to the point of a bad joke, if we were comparing ability to reliably ship plaintext over the wire. But I'm not. I host a database and webapps on the k8s cluster, without adding extra EC2 nodes, RDS costs, or wrestling with AWS Lambda limitations.

    I can also confidently say that having something approximating a stable web app demands doing a lot of serious thinking, and "a single server running Apache on Digital Ocean" does not cover that case sufficiently. You need to tolerate failure, failover, load balancing, bin-packing, etc. I used to run a small autoscaling group on EC2 for my own systems; the dang thing would fail to come up on one node very frequently and so a number of the queries would fail. I eventually burnt it to the ground and redid it. I've never had that hassle in k8s. Its designed to succeed, in a way the "box of parts" approach doesn't.

    Boxes of parts are useful. For a complexity-sensitive & thoughtful infrastructure engineer, having something like the old Synapse/Nerve[1] system with your apps distributed across some 5-20 machines with a monitor lease to spawn new ones on failure would probably approximate Kubernetes for a few years, until you have to do something fancypants. You've still reimplemented part of Kubernetes, though... The other angle is, boxes of parts can go in wildly weird directions.... if you need it.

    Looking at some infrastructure these days professionally, the question is - when do we move to Kubernetes. It's not interesting or useful to the company to be maintaining our own thing or own strange path. The only questions are around the path - how much rework needs to happen and how much building in k8s needs to happen to get there.

    GKE is a very good starting point for k8s. Strong recommend.

    https://github.com/airbnb/nerve

What are some alternatives?

When comparing awesome-home-kubernetes and nerve you can also consider the following projects:

watchtower - A process for automating Docker container base image updates.

cdk8s - Define Kubernetes native apps and abstractions using object-oriented programming

cluster-template - A template for deploying a Kubernetes cluster with k3s or Talos

andrewzah-com-source

longhorn - Cloud-Native distributed storage built on and for Kubernetes

captains-log - Putting more blogs on more clusters

awesome-gitops - A curated list for awesome GitOps resources

kubernetes - Production-Grade Container Scheduling and Management

piku - The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.

rook - Storage Orchestration for Kubernetes

k3s - Lightweight Kubernetes