kured
draino
kured | draino | |
---|---|---|
5 | 1 | |
2,236 | 28 | |
0.9% | - | |
9.2 | 10.0 | |
5 days ago | over 1 year ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
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.
kured
-
Update notification for kubernetes and control plane components
Maaaaybe, but it's not really what it's suited for. For the Kubernetes host, I'd recommend you enable auto-updates, and then deploy https://github.com/kubereboot/kured to perform reboots as required (you can have it check alertmanager for current alerts, and only do a reboot during a maintenance window if there are no alerts)
-
Examples of how to automatically handle EKS managed node upgrade?
OS patches, which are installed automatically by AKS. If restarts are required, we let https://github.com/weaveworks/kured handle it
-
Interesting tools?
kured : automatic restarts of kubernetes nodes
-
How can I restart a kubernetes node?
See https://github.com/weaveworks/kured or https://github.com/MnrGreg/kubectl-node-restart
-
How do you upgrade your Kubernetes clusters?
You may want to check this https://github.com/weaveworks/kured It is very useful when updating underlying OS on nodes - allows you detect and restart gracefuly
draino
-
Examples of how to automatically handle EKS managed node upgrade?
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.
What are some alternatives?
upgrade-manager - Reliable, extensible rolling-upgrades of Autoscaling groups in Kubernetes
node-ttl - Enforces a time to live (TTL) on Kubernetes nodes and evicts nodes which have expired.
karpenter-provider-aws - Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
autoscaler - Autoscaling components for Kubernetes
kubespy - Tools for observing Kubernetes resources in real time, powered by Pulumi.
awesome-k8s-resources - A curated list of awesome Kubernetes tools and resources.
helm-x - Treat any Kustomization or K8s manifests directory as a Helm chart
kubectl-node-restart - Krew plugin to restart Kubernetes Nodes sequentially and gracefully
draino - Automatically cordon and drain Kubernetes nodes based on node conditions
kubespray - Deploy a Production Ready Kubernetes Cluster
kube-fledged - A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly