Skip to content

jvahldick/demo-terraform-eks

Repository files navigation

Terraform EKS demo

In the main.tf file there are two examples:

  • nodes using the custom AMI (module.eks_managed_node_group_with_standard_ami),
  • nodes using the custom AMI provided by AWS (module.eks_managed_node_group_with_standard_ami).

This example is an attempt of validating two main things:

  • adding labels to the eks nodes
  • initializing the containerd as the main runtime container

Be aware that this is only a demo to test the terraform aws modules.

You can check the needed variables in the terraform.tfvars.example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published