An open API service indexing awesome lists of open source software.

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

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"
}
```