Skip to content

the-jodingo/infra-platform-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infra-platform-project

=======

DevOps Stack Overview

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

Getting Started

# Setup the project
make setup

# Run locally
make run

# Deploy
make deploy

Project Structure

infra-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

Environments

  • dev
  • stage
  • prod

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors