Cloud Deployment with Automated CI/CD
An end-to-end CI/CD pipeline that builds, containerizes and deploys a React app to AWS automatically.

Overview
A production-style DevOps pipeline: every push triggers a Jenkins build that dockerizes a Vite/React application, pushes the image to Docker Hub and deploys it to a lightweight K3s Kubernetes cluster on AWS provisioned with Terraform and configured with Ansible.
Highlights
- Infrastructure as Code with Terraform + Ansible provisioning
- Containerized builds pushed to Docker Hub via Jenkins
- Zero-touch deployments to a K3s Kubernetes cluster on AWS


