Releases: AdityaJareda/quote-app-devops
Releases · AdityaJareda/quote-app-devops
v1.0.0 - Production Release
Quote App v1.0.0 - Production Release
A complete DevOps project demonstrating modern cloud-native practices from development to production.
Highlights
- ✅ Full-stack Node.js application
- ✅ Automated CI/CD with GitHub Actions
- ✅ Docker containerization (~150MB optimized image)
- ✅ Kubernetes orchestration with auto-scaling
- ✅ Infrastructure as Code with Terraform
- ✅ Real-time monitoring with Prometheus + Grafana
- ✅ 85%+ test coverage
- ✅ Security scanning with Trivy
- ✅ Comprehensive documentation
Quick Start
Docker
docker run -p 3000:3000 adityajareda/quote-app:latestKubernetes
kubectl apply -f https://raw.githubusercontent.com/AdityaJareda/quote-app-devops/v1.0.0/k8s/Documentation
What's Included
- Complete source code
- Kubernetes manifests
- Terraform modules
- CI/CD workflows
- Monitoring configuration
- Comprehensive documentation
Docker Image
Full Changelog
See CHANGELOG.md