Skip to content

A Cloudformation Kubernetes EKS project utilizing RightBrain Networks Deployer tool

License

Notifications You must be signed in to change notification settings

RayWelker/aws-eks-cfn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example EKS deployment using Cloudformation and the deployer project for deploying CFN templates to your account.

[]: # Prerequisites

  1. Install deployer
  2. Install kubectl
  3. Install aws-iam-authenticator
  4. Install helm
  5. Install awscli

scripts directory

  1. Obtain the thumbprint from the OIDC IdP certificates for the EKS cluster
  2. Update CoreDNS to run on EKS Fargate using the thumbprint from step 1

[]: # Deploying the EKS cluster

  1. Run the deployer command to deploy the EKS cluster - deployer -x upsert -c config/shared.yaml -s eks -yD
  2. Run the scripts/obtain-oidc-thumbprint.sh script to obtain the thumbprint from the OIDC IdP certificates for the EKS cluster
  3. Update the EKS cluster to use the thumbprint from step 2 and redeploy the EKS cluster - deployer -x upsert -c config/shared.yaml -s eks -yD
  4. Run the scripts/update-coredns-fargate.sh script to update CoreDNS to run on EKS Fargate using the thumbprint from step 3

About

A Cloudformation Kubernetes EKS project utilizing RightBrain Networks Deployer tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages