karpenter-provider-aws
kured
karpenter-provider-aws | kured | |
---|---|---|
57 | 5 | |
7,005 | 2,228 | |
2.1% | 0.8% | |
9.8 | 9.0 | |
2 days ago | 7 days 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.
karpenter-provider-aws
-
EKS'pert Automation: Amazon EKS Auto Mode and Karpenter in action
This blog explores how Karpenter and EKS Auto Mode transform Amazon Kubernetes cluster management.
-
Key Lessons and Mistakes from Setting Up EKS Clusters
Simplify Data Plane Upgrades: Use Managed Node Groups for automated rolling updates or Karpenter for dynamic node provisioning, making node upgrades easier and less error-prone.
-
Optimize AWS Cloud Costs
Implement Instance Autoscaling: Configure autoscaling for worker nodes by using Karpenter to adjust resources based on demand dynamically.
-
How to use the AWS Load Balancer Controller to connect multiple EKS clusters with existing Application Load Balancers
A point worth noting is that using the AWS Load Balancer Controller decouples your node management with your cluster management. Let’s say we wanted to use Karpenter for autoscaling instead of the defacto cluster-autoscaler. Karpenter will not use AWS AutoScalingGroups but will instead create standalone EC2 instances based on the Provisioners you define. This means our previous approach of attaching AutoScalingGroups with TargetGroups will not work as the EC2 instances Karpenter manages will not belong to the AutoScalingGroup and therefore not be automatically attached to the TargetGroup. The AWS Load Balancer Controller doesn’t care how the nodes are created; only that they belong to the cluster and match the label selectors defined. Probably we will look into Karpenter again in the near future for our project now that it supports pod anti-affinity, as this was previously a blocker for us.
-
12 Tools that will make Kubernetes management easier in 2024
Built in AWS, Karpenter is a high-performance, flexible, open-source Kubernetes cluster auto-scaler. One of its key features is the ability to launch EC2 instances based on specific workload requirements such as storage, compute, acceleration, and scheduling needs.
-
Optimiza tu cluster EKS con Karpenter
Documentación Oficial de Karpenter Post Community AWS - Christian Melendez (AWS) Video Explicativo Karpenter Workshop Karpenter (AWS)
-
Deploy scalable, cost-effective event-driven workloads with Amazon EKS, KEDA, and Karpenter
Karpenter is a high-performance Kubernetes cluster autoscaler that dynamically provisions worker nodes to meet the resource demands of unscheduled pods.
- Just-in-Time Nodes for Any Kubernetes Cluster
-
Demystifying Azure Kubernetes Cluster Automatic
Karpenter: https://karpenter.sh/
-
Clusters Are Cattle Until You Deploy Ingress
Dan: Argo CD is the first tool I install. For AWS, I will add Karpenter to manage costs. I will also use Longhorn for on-prem storage solutions, though I'd need ingress. Depending on the situation, I will install Argo CD first and then one of those other two.
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
What are some alternatives?
keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
upgrade-manager - Reliable, extensible rolling-upgrades of Autoscaling groups in Kubernetes
bedrock - Automation for Production Kubernetes Clusters with a GitOps Workflow
kubespy - Tools for observing Kubernetes resources in real time, powered by Pulumi.
autoscaler - Autoscaling components for Kubernetes
node-ttl - Enforces a time to live (TTL) on Kubernetes nodes and evicts nodes which have expired.
openrasp - 🔥Open source RASP solution
draino - Automatically cordon and drain Kubernetes nodes based on node conditions
camel-k - Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
awesome-k8s-resources - A curated list of awesome Kubernetes tools and resources.
karpenterwebsite
draino - Automatically cordon and drain Kubernetes nodes based on node conditions