DEV Community

Cover image for AWS CDK Typescript Simple Project for Cloud Formation of Resources Required for Kubernetes Study
Matthew Evan Eichler
Matthew Evan Eichler

Posted on

AWS CDK Typescript Simple Project for Cloud Formation of Resources Required for Kubernetes Study

This repository demonstrates using the AWS Cloud Development Kit (CDK) to build infrastructure for self-paced Kubernetes courses and Linux Foundation certifications. It showcases cross-stack dependencies, where the VPC and security groups are defined in a separate stack from the compute resources. This approach avoids the potential for unintended destruction often associated with nested stacks, especially in complex CloudFormation deployments. The Kubernetes node scaling is easily configurable to accommodate advanced courses (e.g., three worker and three control plane nodes). Developed using JetBrains IntelliJ Ultimate. Feedback welcome!

aventinesolutions/lfx-study-aws-cdk-kubernetes

Top comments (0)

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay