Examples of how to automatically handle EKS managed node upgrade?

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

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

    Kubernetes Reboot Daemon

    OS patches, which are installed automatically by AKS. If restarts are required, we let https://github.com/weaveworks/kured handle it

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

    Autoscaling components for Kubernetes

    For those running regular cluster autoscaler it seems there is ideas to be found in this issue https://github.com/kubernetes/autoscaler/issues/4754. Which basically point to two projects that might give some inspiration or could be just plug and play https://github.com/DataDog/draino and https://github.com/XenitAB/node-ttl.

  4. draino

    Discontinued Automatically cordon and drain Kubernetes nodes based on node conditions (by DataDog)

    For those running regular cluster autoscaler it seems there is ideas to be found in this issue https://github.com/kubernetes/autoscaler/issues/4754. Which basically point to two projects that might give some inspiration or could be just plug and play https://github.com/DataDog/draino and https://github.com/XenitAB/node-ttl.

  5. node-ttl

    Enforces a time to live (TTL) on Kubernetes nodes and evicts nodes which have expired.

    For those running regular cluster autoscaler it seems there is ideas to be found in this issue https://github.com/kubernetes/autoscaler/issues/4754. Which basically point to two projects that might give some inspiration or could be just plug and play https://github.com/DataDog/draino and https://github.com/XenitAB/node-ttl.

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

  • Show HN: Lightweight Docker Metrics

    1 project | news.ycombinator.com | 10 Feb 2025
  • Deploying a FastAPI Application with CI/CD Pipeline: HNG Task 3

    1 project | dev.to | 10 Feb 2025
  • We replaced our React front end with Go and WebAssembly

    2 projects | news.ycombinator.com | 10 Feb 2025
  • Solving Permission Issues with PostgreSQL and Docker Compose on macOS Using Colima

    1 project | dev.to | 10 Feb 2025
  • This Week in Docker: AI, AI, AI!

    2 projects | dev.to | 10 Feb 2025

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