๐ฏ DevOps & Cloud Engineer | Terraform Certified | Kubernetes Enthusiast
๐ Automating infrastructure, enabling scalable deployments, and mastering cloud-native ecosystems
๐ LinkedIn | GitHub ๐ซ Email: usmansiddiqui51@gmail.com
- Cloud: AWS, Azure
- Infra as Code: Terraform
- Containers & Orchestration: Docker, Kubernetes
- CI/CD: GitHub Actions, Jenkins
- Languages: Python, Bash
- Monitoring: Prometheus, Grafana
Provisioned a secure and scalable 3-tier architecture (Web, App, DB) on AWS using modular Terraform.
- Created custom VPC, subnets, security groups
- Deployed EC2 instances for frontend/backend, RDS for data layer
- Managed Terraform state in S3 with remote locking
๐ View Project
Provisioned a production-ready EKS cluster using Terraform modules.
- Setup VPC, public/private subnets, IAM roles, managed node groups
- Enabled autoscaling and RBAC-based access with
kubectl - S3-based state management for team collaboration
๐ View Project
Deployed a full-stack microservices-based voting app on Kubernetes using Minikube.
- Re-implemented
dockersamples/example-voting-appwith custom Kubernetes manifests - Configured Deployments, Services (
NodePort,ClusterIP), and Secrets for all components - Integrated multiple technologies:
- ๐ณ๏ธ Python/Flask frontend for voting
- ๐พ Redis for queuing votes
- โ๏ธ .NET Core worker to process and store votes
- ๐ PostgreSQL for persistent storage
- ๐ Node.js + Socket.IO for real-time results display
- Used
kubectlto monitor pods, view logs, debug networking issues, and validate service discovery - Deployed and tested locally using Minikube
๐ View Project
"Automate what you can, secure what you must, and monitor everything."
