| Component | Selection |
|---|---|
| Pipeline Framework | microservice |
| CI/CD Platform | jenkins |
| Infrastructure | aws-vpc-eks |
| Deployment Strategy | blue-green |
| Environments | dev, stage, prod |
| Observability | cloudwatch |
| Security Framework | nist-csf |
# Setup the project
make setup
# Run locally
make run
# Deploy
make deployjoash-web-app/
├── app/ # Application source code
├── ci/ # CI/CD pipeline configurations
├── infra/ # Infrastructure as Code
├── deploy/ # Deployment configurations
├── k8s/ # Kubernetes manifests
├── monitoring/ # Observability configs
├── security/ # Security policies & scanning
├── scripts/ # Utility scripts
├── docs/ # Documentation
└── tests/ # Test suites
- dev
- stage
- prod
MIT