Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.27 KB

File metadata and controls

33 lines (24 loc) · 1.27 KB

App Infrastructure

Terraform code used to deploy podinfo to EKS cluster defined in ../../platform/infrastructure.

Application is deployed using the ../../platform/modules/eks-application/ Terraform module which wraps the Helm chart ../../platform/charts/eks-application/.

See commented lines in eks.tf for extending the default deployment to connect to the Elasticache Redis cluster by:

  • configuring the deployment with the connection string for the Elasticache Redis cluster
  • adding a security group to the application pods
  • adding ingress/egress security group rules to allow communication between the pods and the Elasticache Redis cluster

Requirements

Name Version
terraform >= 1.0
argocd >= 5.0
aws >= 4.0
random >= 3.0

Inputs

No inputs.

Outputs

No outputs.