Simple Kubernetes, web app, and Iaac with Pulumi demonstration.
This repo:
-
Stands up a Redis instance and a web app listening on 4567 in EKS.
-
Stands up an RDS instance, subnets, and allows access from the public-facing subnet.
GitHub Actions are set up on this repo and will deploy and maintain the infrastructure on each commit to the main branch.
- Install Pulumi
https://www.pulumi.com/docs/install/
pulumi up
- Profit