← Back to projects EKS platform · healthy

Project workflow · DevSecOps / GitOps

Amazon EKS DevSecOps & GitOps Platform

A controlled path from Git commit to a secure, observable workload on Amazon EKS—with Git-based promotion and deterministic rollback.

Personal projectDevOps EngineerJan–Apr 2026

Architecture summary

Delivery path

  1. Developer
  2. GitHub / GitLab
  3. Jenkins / Hosted CI
  4. Tests + gates
  5. Docker
  6. Amazon ECR
  7. GitOps repo
  8. Argo CD
  9. Amazon EKS
  10. Prometheus stack

Nine-stage control plane

Project workflow

Open a stage for implementation details or run the release simulation.

Simulation outcome

Ready · choose an outcome and run the workflow

Enforced controls

Platform guardrails

01

Identity

OIDC, temporary AWS credentials, IRSA, and EKS Pod Identity remove long-lived secrets.

02

Artifact security

Non-root containers, immutable tags, vulnerability gates, and KMS-encrypted ECR storage.

03

Runtime policy

Gatekeeper, NetworkPolicy, probes, limits, PDBs, and least-privilege workload access.

04

Recovery

Git history, Argo CD revisions, application health, metrics, alerts, and documented rollback.

Repository

Review the implementation

Terraform modules, Helm charts, CI pipelines, policies, dashboards, and operational runbooks.

View Source Code ↗