Kubernetes' dirty endpoint secret and Ingress

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

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
  • pod-graceful-drain

    You don't need `lifecycle: { preStop: { exec: { command: ["sleep", "30"] } } }`

  • 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.

  • graceful

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

  • Shameless plug... This is the go package I wrote to handle this and use in all of my servers: https://github.com/abursavich/graceful

  • 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.

    InfluxDB logo
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

  • Ask HN: Email List Software

    1 project | news.ycombinator.com | 17 May 2024
  • Show HN: Spot. Simple, cross-platform, reactive desktop GUI toolkit for Go

    3 projects | news.ycombinator.com | 17 May 2024
  • Golang Logging Configuration with Zap: Practical Implementation Tips

    1 project | dev.to | 17 May 2024
  • Ask HN: Anyone dislike GitHub action yml syntax

    1 project | news.ycombinator.com | 17 May 2024
  • The Easiest Way to Run Llama 3 Locally

    1 project | dev.to | 17 May 2024