feat/infra: Migrate to AWS EKS Native Architecture with GitHub Actions CI and ArgoCD GitOps#3385
Closed
siddarth-kashyap wants to merge 38 commits into
Closed
feat/infra: Migrate to AWS EKS Native Architecture with GitHub Actions CI and ArgoCD GitOps#3385siddarth-kashyap wants to merge 38 commits into
siddarth-kashyap wants to merge 38 commits into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Author
|
@googlebot I signed it! |
Collaborator
|
Please read the contributing guide before opening a PR, you'll notice that this PR falls way out of it. https://github.com/GoogleCloudPlatform/microservices-demo/blob/main/.github/CONTRIBUTING.md |
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.
Overview
This Pull Request introduces a comprehensive architectural overhaul, transitioning the platform from its generic, pre-configured Google Cloud Platform framework into a fully customized, AWS-native, production-grade microservices deployment.
The infrastructure has been completely replatformed to run seamlessly on AWS Elastic Kubernetes Service (EKS), complete with end-to-end CI/CD automation, asset decoupling, and GitOps continuous delivery. Additionally, all unused legacy deployment directories (
helm-chart,kustomize,terraform) have been purged to streamline the repository layout.Changes Made
1. Cloud Replatforming & Infrastructure
2. Automation & CI/CD Pipeline Engineering
ci-main.yaml) that:frontendandproductcatalogservice.contents: write) to automatically modify Kubernetes manifests with matching runtime tags and commit changes back to the origin, bypassing recursive triggers using the[skip ci]flag.3. Continuous Delivery & SRE Enhancements
money.Must) caused by rigid JSON currency schema requirements during catalog interactions. Restructured product pricing payloads (currencyCode: "USD",units,nanos) withinproducts.jsonto guarantee data typing integrity.t3.smallnodes by adjusting deployment footprints and programmatically autoscaling the managed node counts.Why These Changes Were Made
Testing & Verification
kubectl logs deployment/frontend -f) to ensure successful database updates and zero remaining runtime panics during edge-case actions (such as adding bespoke products to the shopping cart).Associated Issue
Closes # (If applicable, or leave blank)