Skip to content
EgyKode

Cloud DevOps Capstone — iVolve

Three microservices taken from raw source code to a running, monitored, GitOps-managed deployment on AWS EKS.

  • terraform
  • aws
  • kubernetes
  • helm
  • jenkins
  • argocd
  • docker

Author

Waleed Darwesh

Cloud & DevOps Engineer

Why it exists

The counterpart to the self-managed platform: the same delivery discipline, but on managed Kubernetes. Running both is what makes the trade-off between them concrete rather than theoretical.

What's inside

  • AWS EKS 1.31 provisioned with Terraform 1.10
  • Three microservices built, scanned and released independently
  • Jenkins shared library so pipeline logic lives in one place
  • Argo CD managing all environments from git
  • A START-HERE checklist listing every command, in order