3 posts tagged with "devops"
Multi-Strategy Deploy Pipeline
A reusable modular Bash deployment pipeline that builds Docker images, rolls out to Kubernetes for staging, and updates bare-metal VMs via SSH + systemd for production. Swap out the hostnames and image names and it works for any project.
Mar 8, 2025
Flask DevOps — Service Rebuild API
A lightweight Flask API service that initiates remote rebuilds for web services on a machine. Features password-authenticated POST endpoints that execute build scripts via subprocess, with stdout/stderr capture and a Bootstrap web dashboard. Production-ready with Gunicorn (gthread workers), Nginx reverse proxy with SSL, and systemd service management.
Apr 16, 2023
Terraform AWS CI/CD — Full-Stack Infrastructure Template
A production-grade Terraform module that provisions a complete AWS CI/CD infrastructure for decoupled full-stack applications. Supports independent pipelines for a React frontend (S3 + CloudFront) and a Django GraphQL API (ECS Fargate + ALB with Auto Scaling), with SSL, DNS, VPC, logging, and monitoring all configured out of the box.
Apr 28, 2021