Skip to content

Demo to deploy an entire microservices application along with EKS cluster

Notifications You must be signed in to change notification settings

adamjkeller/cdk-eks-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy EKS environment with applications using the aws cdk

Prerequisites

  • aws-cdk 1.66.0
  • python 3.6

Deploy

$ npm install -g aws-cdk
$ pip install -r requirements.txt    # Best to do this in a virtualenv
$ cdk diff                           # View proposed changes
$ cdk deploy                         # Deploys the CloudFormation template

# Cleanup
$ cdk destroy

Purpose

The purpose of this demo is to show a full end to end deployment experience that includes a cluster and services, all in one cdk application. I also built this in a way to show how a team could build custom constructs to add their own requirements on top of the cdk constructs.

Watch the recording

Youtube CFTC

About

Demo to deploy an entire microservices application along with EKS cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages