Skip to content

Latest commit

 

History

History

eks-complete

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Polytomic EKS Module

This module has two stages:

  • cluster install
  • app install

The cluster module must be applied before running the app module.

Cluster Install

cd cluster 
terraform init

Fill in the locals block at the top with the desired values.

terraform apply

App Install

cd app 
terraform init
terraform apply

Obtain the ingress loadbalancer name to create a CNAME record in your DNS.

aws eks update-kubeconfig --name ${YOUR LOCAL.PREFIX VALUE}-cluster --region ${YOUR LOCAL.REGION VALUE}
kubectl get ingress -n polytomic