🌐
GitHub
github.com › aws › aws-node-termination-handler
GitHub - aws/aws-node-termination-handler: Gracefully handle EC2 instance shutdown within Kubernetes
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.3/all-resources.yaml · For a full list of releases and associated artifacts see our releases page. The easiest way to configure the various options of the termination handler is via helm. The chart for this project is hosted in helm/aws-node-termination-handler
Starred by 1.7K users
Forked by 275 users
Languages   Go 58.5% | Shell 38.3% | Mustache 1.3% | Makefile 1.1%
🌐
Ec2spotworkshops
ec2spotworkshops.com › using_ec2_spot_instances_with_eks › 070_selfmanagednodegroupswithspot › deployhandler.html
Deploy AWS Node Termination Handler :: EC2 Spot Workshops
By default, aws-node-termination-handler will run on all of your nodes. Let’s limit it’s scope to only self managed node groups with Spot Instances. helm repo add eks https://aws.github.io/eks-charts helm install aws-node-termination-handler \ --namespace kube-system \ --version 0.21.0 \ --set nodeSelector.type=self-managed-spot \ eks/aws-node-termination-handler
🌐
ECR Public Gallery
gallery.ecr.aws › aws-ec2 › helm › aws-node-termination-handler
aws-ec2/helm/aws-node-termination-handler
Amazon ECR Public Gallery is a website that allows anyone to browse and search for public container images, view developer-provided details, and see pull commands
🌐
Artifact Hub
artifacthub.io › packages › helm › aws › aws-node-termination-handler-2
aws-node-termination-handler-2 - Helm chart
A Helm chart for aws-node-termination-handler, an open-source component for gracefully handling termination events for node hosted in AWS.
🌐
Aws-ia
aws-ia.github.io › terraform-aws-eks-blueprints-addons › main › addons › aws-node-termination-handler
AWS Node Termination Handler - Amazon EKS Blueprints Addons
enable_aws_node_termination_handler = true aws_node_termination_handler = { name = "aws-node-termination-handler" chart_version = "0.21.0" repository = "https://aws.github.io/eks-charts" namespace = "aws-node-termination-handler" values = [templatefile("${path.module}/values.yaml", {})] }
Find elsewhere