Skip to content

Kendall04/cloud-native-platform-eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-native-platform-eks

Production-like dev cloud-native platform on AWS EKS with Terraform, Kubernetes, Helm, and CI/CD.

API Gateway Private Integration

This repository now includes a portfolio-grade, production-like dev API Gateway integration path:

  • HTTP API public edge with a Lambda request authorizer.
  • VPC Link into an internal AWS Load Balancer Controller ALB.
  • Private EKS services behind controlled API Gateway routes.
  • Public auth routes for register, login, and refresh.
  • Protected auth, shipment, and tracking routes that fail closed without a valid token.
  • Internal, admin, swagger, and root health routes intentionally excluded from API Gateway exposure.

The dev endpoint is:

https://diluedb2k7.execute-api.us-east-1.amazonaws.com

Operational notes and safe smoke procedures are documented in docs/operations/api-gateway-runbook.md. The current dev posture is validated and documented, with known tradeoffs such as VPC CIDR ALB ingress hardening instead of SG-to-SG frontend least privilege.

Portfolio readiness notes:

About

Production-like AWS/EKS platform demo with Terraform, Terragrunt, Helm, API Gateway, VPC Link, Lambda authorizer, and .NET microservices.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors