You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates a full CI/CD pipeline for deploying a Flask application. Code is pushed to GitHub, mirrored to GitLab, and automatically deployed to an Ubuntu EC2 instance using GitLab CI/CD. The Flask app is served with Gunicorn behind Apache, secured with HTTPS (Let's Encrypt).
A simple Go web application that serves a "Hello from Go!" message. This project includes Dockerization, Kubernetes deployment manifests for dev and prod environments, and a GitLab CI/CD pipeline with automated testing and deployment.