Skip to content
View Sanket006's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Sanket006

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
Sanket006/README.md
Typing SVG

LinkedIn Email GitHub

Profile Views


👨‍💻 About Me

I'm a DevOps Engineer based in Pune, India 🇮🇳, focused on building and automating reliable cloud infrastructure — from Terraform IaC and Kubernetes orchestration to Jenkins CI/CD pipelines and AWS multi-environment deployments.

My background in Aeronautical Engineering gave me a systems-first mindset: reliability, fault tolerance, and precision aren't optional — they're the foundation of everything I build.

  • 🏢 DevOps Engineer Intern @ Hisan Labs Private Limited (Sep 2025 – May 2026)
  • 🛒 Currently building ApnaKart — a production-grade cloud-native e-commerce platform on AWS EKS
  • 🎓 B.Tech — Rashtrasant Tukadoji Maharaj Nagpur University (2025)
  • 🎯 Targeting Junior DevOps / Cloud / SRE / Platform Engineer roles — India & Remote
  • 📍 Based in Pune, India · Open to Pune, Bengaluru, Hyderabad, Nagpur & Remote
  • "Automate everything. Document everything. Break nothing in production."

💼 Professional Experience

DevOps Engineer Intern — Hisan Labs Private Limited

Pune, India | Sep 2025 – May 2026

Responsibility Impact
Provisioned AWS infrastructure (EKS, VPC, IAM, S3, ALB, RDS) via Terraform Consistent, repeatable deployments — reduced manual provisioning effort
Built and optimized Jenkins CI/CD pipelines integrated with GitHub ↓ Deployment time 45 min → 10 min (77% faster)
Implemented GitOps workflows using ArgoCD — Git as single source of truth for Kubernetes deployments Automated app delivery and maintained environment consistency across clusters
Configured K8s Deployments, Ingress, RBAC, ConfigMaps, Secrets, HPA Scalable, secure microservices delivery on Amazon EKS
Containerized microservices with rolling & blue-green deployment strategies Reliable, zero-downtime releases across environments
Built observability stack with Prometheus, Grafana, Datadog, CloudWatch Improved observability and troubleshooting through proactive alerting and dashboards
Integrated DevSecOps with Trivy image scanning & SonarQube Zero critical CVEs in production; code quality gate enforcement
Automated Linux ops with Bash scripting Eliminated repetitive manual tasks across the infrastructure lifecycle

🛠️ Tech Stack

Cloud & Infrastructure

AWS Terraform Ansible CloudFormation

Containers & Orchestration

Docker Kubernetes Helm

CI/CD & GitOps

Jenkins GitHub Actions GitLab CI ArgoCD

Monitoring & DevSecOps

Datadog Prometheus Grafana CloudWatch ELK Stack SonarQube Trivy

Languages & OS

Linux Bash Python Git


🚀 Featured Projects

🛒 ApnaKart — Cloud-Native E-Commerce Platform on AWS EKS

Production-grade microservices platform simulating a real enterprise DevOps environment — end-to-end from application code to cloud infrastructure, CI/CD, and observability.

Layer Stack
Application Spring Boot Microservices + React Frontend
Infrastructure Terraform (VPC, EKS, RDS, S3, Security Groups) — modular configurations
Orchestration Kubernetes on Amazon EKS · Deployments, Services, Ingress, RBAC, ConfigMaps, Secrets, HPA
CI/CD Jenkins multi-stage pipeline — Maven builds → SonarQube → Docker → Kubernetes
Observability Prometheus + Grafana monitoring
Security Trivy image scanning · SonarQube code quality gates

Key outcomes: 77% deployment time reduction (45 min → 10 min) · Zero critical CVEs in production

Repo


✈️ Flight Reservation — Containerized Microservices System

Full-stack flight booking system with a complete DevOps pipeline — multi-stage Docker builds, Kubernetes orchestration, HPA auto-scaling, and Terraform-provisioned AWS infrastructure.

Area Implementation
Containerization Docker multi-stage builds across multiple services
Orchestration Kubernetes with zero-downtime rolling updates + NetworkPolicies for traffic isolation
Auto-scaling HPA configured for CPU & memory-based scaling
Infrastructure Terraform-provisioned EKS, RDS, and S3 on AWS

App Repo Infra Repo


📂 Other Projects

Project Description Stack
jenkins-cicd-pipelines 9 Jenkinsfile pipelines — build, deploy, SSH agent, S3 artifacts, Terraform EKS provisioning Jenkins · Groovy · AWS
terraform-aws-iac IaC modules — VPC, EC2, IAM, S3, remote state, multi-environment Terraform · AWS
student-app-kubernetes Three-tier app — StatefulSet, HPA, Secrets, PVC, Ingress K8s · Spring Boot · MariaDB
nodejs-app-jenkins-pipeline Jenkins pipeline: Docker build → AWS EKS deploy Jenkins · Docker · EKS
crud-app-aws-ec2-rds Spring Boot + React CRUD app on EC2 with managed RDS AWS · Spring Boot · React

📊 GitHub Stats


GitHub Streak


🌱 Currently Deepening

Practical next steps from my current foundation — focused, achievable, and directly applicable to junior DevOps work:

  • Kubernetes network policies — controlling pod-to-pod traffic and namespace isolation
  • AWS Secrets Manager — centralized secrets storage and rotation integrated with EKS workloads
  • Helm chart authoring — writing and packaging custom Helm charts, beyond using pre-built ones
  • Cloud cost basics — instance rightsizing, reserved vs on-demand tradeoffs, identifying cost anomalies
  • Prometheus alerting rules — writing custom alert rules and routing notifications through Alertmanager

📫 Let's Connect

💼 LinkedIn linkedin.com/in/sanketchopade07
📧 Email chopade.sanket@outlook.com
📍 Location Pune, India
🌍 Open to Pune · Bengaluru · Hyderabad · Nagpur · Remote (India & International)
Timezone IST (UTC+5:30) — flexible overlap with global teams

"Reliability is not a feature — it's the foundation."

Pinned Loading

  1. jenkins-cicd-pipelines jenkins-cicd-pipelines Public

    9 Jenkinsfile pipelines covering build, deploy, SSH agent, S3 artifacts, and Terraform EKS provisioning — from basic stages to production CI/CD patterns.

    HCL

  2. terraform-aws-iac terraform-aws-iac Public

    Terraform IaC examples on AWS — covering modules, loops, multi-environment setup, remote state backend, provisioners, and VPC provisioning.

    HCL

  3. student-app-kubernetes student-app-kubernetes Public

    Three-tier student registration app (React + Spring Boot + MariaDB) deployed on Kubernetes with Deployments, Services, Secrets, PVC, and HPA manifests.

    JavaScript

  4. student-app-docker-compose student-app-docker-compose Public

    Three-tier student registration app containerized with Docker Compose — frontend, Node.js backend, and MySQL with persistent volumes and health checks.

    HTML

  5. crud-app-aws-ec2-rds crud-app-aws-ec2-rds Public

    Spring Boot + React CRUD app hosted on AWS EC2 with managed RDS (MariaDB) — demonstrates end-to-end cloud app deployment with VPC and security groups.

    JavaScript

  6. nodejs-app-jenkins-pipeline nodejs-app-jenkins-pipeline Public

    Node.js CRUD app with a Jenkins CI pipeline — automated build, lint, test, and Docker image push triggered on every GitHub push via webhook.

    JavaScript