https://github.com/qvest-digital/terraform-kubernetes-aws-node-termination-handler
Terraform module to install the AWS Node Termination Handler
https://github.com/qvest-digital/terraform-kubernetes-aws-node-termination-handler
aws ec2 eks infrastructure-as-code k8s kubernetes spot-instances terraform
Last synced: 24 days ago
JSON representation
Terraform module to install the AWS Node Termination Handler
- Host: GitHub
- URL: https://github.com/qvest-digital/terraform-kubernetes-aws-node-termination-handler
- Owner: qvest-digital
- License: mpl-2.0
- Created: 2020-05-04T09:31:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T09:49:11.000Z (9 months ago)
- Last Synced: 2025-04-14T06:07:41.140Z (24 days ago)
- Topics: aws, ec2, eks, infrastructure-as-code, k8s, kubernetes, spot-instances, terraform
- Language: HCL
- Homepage: https://registry.terraform.io/modules/qvest-digital/aws-node-termination-handler/kubernetes/
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Terraform module: AWS Node Termination Handler
This Terraform module can be used to install the [AWS Node Termination Handler](https://github.com/aws/aws-node-termination-handler)
into a Kubernetes cluster.## Examples
### Default deployment
To deploy the aws-node-termination-handler into a Kubernetes cluster, the following
snippet might be used.```hcl
module "aws_node_termination_handler" {
source = "qvest-digital/aws-node-termination-handler/kubernetes"
version = "4.0.0"
}
```