Skip to content

Instantly share code, notes, and snippets.

@snay2
snay2 / eks-cluster-with-nth-qp.md
Last active August 23, 2022 21:40
How to spin up an EKS cluster and install NTH

These instructions were originally for my testing of aws/aws-node-termination-handler#669, but I'm putting them here for general reference in the future.

Creating an EKS cluster and installing NTH into it

  1. Create an EKS cluster with a managed node group using eksctl
eksctl create cluster --name nthCluster --region us-east-2