Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

PartTimeLegend/terraform-aws-eks-linkerd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-eks-linkerd

Ultra light, ultra simple, ultra powerful. Linkerd adds security, observability, and reliability to Kubernetes, without the complexity. CNCF-hosted and 100% open source.

Use this module to install linkerd via terraform using the helm chart but generating all the keys needed for handling the helm chart.

module "eks-linkerd" {
  source          = "PartTimeLegend/eks-linkerd/aws"
  aws_region      = "us-east-1"
  cluster_name    = "my-eks-cluster"
  assume_role_arn = "terraform-builder-role"
}