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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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

  • 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