Containerized Application Deployment
2024-02-01
Containerized a full Ruby on Rails application along with its MySQL database.
- Set up Nginx as a reverse proxy and load balancer to efficiently handle requests.
- Automated builds and deployments using GitLab CI/CD pipelines.
- Explored Kubernetes (with Minikube) to scale the app and improve resilience.