=======
| Component | Selection |
|---|---|
| Pipeline Framework | docker-multi-stage |
| CI/CD Platform | jenkins |
| Infrastructure | aws-vpc-eks |
| Deployment Strategy | blue-green |
| Environments | dev, stage, prod |
| Observability | prometheus-grafana |
| Security Framework | nist-csf |
# Setup the project
make setup
# Run locally
make run
# Deploy
make deployinfra-platform/
├── 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