graceful VS pod-graceful-drain

Compare graceful vs pod-graceful-drain and see what are their differences.

graceful

Package graceful provides graceful shutdown for servers. (by abursavich)

pod-graceful-drain

You don't need `lifecycle: { preStop: { exec: { command: ["sleep", "30"] } } }` (by foriequal0)
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
graceful pod-graceful-drain
1 1
5 232
- -
4.8 0.0
17 days ago over 1 year ago
Go Go
MIT License Apache License 2.0
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.

graceful

Posts with mentions or reviews of graceful. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-22.

pod-graceful-drain

Posts with mentions or reviews of pod-graceful-drain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-22.
  • Kubernetes' dirty endpoint secret and Ingress
    2 projects | news.ycombinator.com | 22 Mar 2022
    This is something that plagued me when I started using Kubernetes because out of the box you will get 503s with a load balanced service.

    After some research I ended up stumbling on https://github.com/foriequal0/pod-graceful-drain and never looked back. This has been working great so far. No dropped connections during a rollout and no need to set a preStop lifecycle hook. The only downside I've seen so far is it takes slightly longer (about a minute or so) to terminate pods but I'd much rather have that than have to worry about 503s in production during a rollout.

What are some alternatives?

When comparing graceful and pod-graceful-drain you can also consider the following projects:

goomerang - A small communications library based on protocol buffers over websockets

workerctl - worker controller for graceful shutdown

xtcp - A TCP Server Framework with graceful shutdown, custom protocol.

sslmgr - A layer of abstraction the around acme/autocert certificate manager (Golang)

graterm - Provides primitives to perform ordered GRAceful TERmination for Golang applications