Skip to content
View iwaseemdevops's full-sized avatar

Block or report iwaseemdevops

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iwaseemdevops/README.md

πŸ‘‹ Hi, I'm Waseem Aqib

DevOps Engineer | Cloud Infrastructure | CI/CD | Multan, Pakistan πŸ‡΅πŸ‡°

Self-taught DevOps engineer with hands-on experience building production-grade infrastructure on AWS. I design and automate end-to-end CI/CD pipelines, manage cloud infrastructure with Terraform, and deploy containerised microservices to Kubernetes β€” all proven through real projects with live demos.


πŸš€ Featured Projects

πŸ”Ή Project 1 β€” DevOps Microservices Infrastructure & CI/CD Pipeline

Terraform + Jenkins + Docker + Nginx + AWS EC2

View Project | 41-min Demo Video

  • Two separate Terraform module architectures β€” permanent Jenkins server + ephemeral app infrastructure
  • 10-stage declarative Jenkins pipeline with parameterised destroy capability
  • 5 microservices (frontend, product, offer, API gateway, MongoDB) deployed via docker-compose
  • Nginx reverse proxy β€” application live on real AWS EC2 public IP
  • Dynamic EC2 IP fetching from Terraform output + SSH readiness wait loop

πŸ”Ή Project 2 β€” Kubernetes CI/CD Pipeline with Jenkins + ECR + K3s

Terraform + Jenkins + Docker + AWS ECR + Kubernetes

View Project

  • Jenkins pipeline builds and pushes images to private AWS ECR via IAM role β€” no static credentials
  • Deploys to K3s Kubernetes cluster using rolling updates with zero downtime
  • Smoke test stage validates deployment automatically
  • Entire infrastructure provisioned with Terraform β€” reproducible with single terraform apply
  • 16 real production problems solved β€” documented in project README

πŸ› οΈ Tech Stack

Linux Docker Kubernetes Jenkins Terraform AWS Ansible Bash Git Nginx Prometheus Grafana


☁️ AWS Services

EC2 Β· VPC Β· IAM Β· S3 Β· ECR Β· Security Groups Β· Key Pairs Β· CloudWatch


🎯 Currently

  • πŸ”§ Building DevOps projects with Terraform, Jenkins, Docker, Kubernetes and AWS
  • πŸ“š Studying for AWS Solutions Architect Associate certification
  • 🌍 Open to DevOps internships and junior roles β€” Pakistan and remote
  • πŸ’¬ Ask me about CI/CD pipelines, Terraform infrastructure, or Kubernetes on AWS Free Tier

πŸ“« Connect

LinkedIn GitHub Email


"I taught myself DevOps by building real projects β€” not by watching tutorials."

Pinned Loading

  1. devops-microservices-infra-cicd devops-microservices-infra-cicd Public

    Production-grade CI/CD pipeline - Terraform modules + Jenkins + Docker microservices + Nginx on AWS EC2. Full demo video included

    Java

  2. terraform-jenkins-and-kubernetes-cicd-pipeline terraform-jenkins-and-kubernetes-cicd-pipeline Public

    CI/CD pipeline for microservices (Node.js backend + React frontend) using Jenkins, Docker, Amazon ECR, K3s Kubernetes, and Terraform on AWS

    HCL

  3. static-website-cicd static-website-cicd Public

    A static website deployed with CI/CD pipeline using Jenkins, Docker, and AWS

    HTML

  4. microservices-shop microservices-shop Public

    Microservices-based shop app with Docker Compose (Frontend + Product + Offer + MongoDB

    Java