Add EKS GitOps with ArgoCD project setup#12
Merged
TerminalsandCoffee merged 5 commits intomainfrom Mar 9, 2026
Merged
Conversation
Consolidate provider versions and S3 backend into versions.tf, remove duplicate backend.tf, clean up provider.tf, add output descriptions, fix cluster_id to cluster_name reference, enable public EKS endpoint, and wire ArgoCD Helm release to external values file. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Define nginx-demo Application with automated sync, self-heal, and pruning. Configure ArgoCD Helm values with resource limits, LoadBalancer service type, and disable unused components (dex, notifications). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add namespace, deployment, service, and configmap for the sample nginx application that ArgoCD will sync from Git to the EKS cluster. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GitHub Actions workflow validates K8s manifests with dry-run and yamllint on push/PR. Init script automates post-deploy ArgoCD setup: retrieves admin password, logs in via CLI, and applies the Application CR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Comprehensive README with architecture overview, quick start guide, project structure, cleanup instructions, and interview talking points. Add Mermaid architecture diagram in docs/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
cluster_id→cluster_name, enabled public EKS endpoint, wired ArgoCD Helm release to external values fileTest plan
terraform validateininfra/terraform/terraform applyand verify EKS cluster comes upinit-argocd.shand confirm ArgoCD login + Application CR appliedk8s/and verify ArgoCD auto-syncs🤖 Generated with Claude Code