feat: Add AWS EKS deployment support (#23)#31
Open
ArsalanAnwer0 wants to merge 4 commits intoCMBAgents:mainfrom
Open
feat: Add AWS EKS deployment support (#23)#31ArsalanAnwer0 wants to merge 4 commits intoCMBAgents:mainfrom
ArsalanAnwer0 wants to merge 4 commits intoCMBAgents:mainfrom
Conversation
- Add setup-cluster.sh for EKS cluster provisioning with VPC, subnets, NAT gateway - Add deploy.sh for Helm-based application deployment to EKS - Add cleanup.sh for complete resource teardown - Implement AWS service equivalents: EKS, S3, ECR, ALB, IRSA - Configure AWS Load Balancer Controller for ingress - Support cert-manager and Let's Encrypt SSL certificates - Complete IAM role configuration with S3 and ECR permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements full AWS EKS deployment support for CMBCluster, providing feature parity with the existing GCP deployment.
Changes
scripts/aws/setup-cluster.shfor EKS infrastructure provisioningscripts/aws/deploy.shfor Helm-based application deploymentscripts/aws/cleanup.shfor complete resource teardown.env.example.awsfor AWS-specific configurationAWS Services Implemented
Testing Checklist
Related Issues
Closes #23
Documentation
scripts/aws/README.md