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 fresher DevOps Engineer based in Pune, India 🇮🇳, with hands-on internship experience building and automating cloud infrastructure — from Terraform IaC and Kubernetes orchestration to Jenkins CI/CD pipelines and AWS 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)
  • 🎓 B.Tech in Aeronautical Engineering — RTM Nagpur University (2025)
  • 🎯 Open to Junior DevOps / Cloud / SRE / Platform Engineer roles — Pune, Bengaluru, Hyderabad & Remote
  • "Automate everything. Document everything. Break nothing in production."

🛠️ Tech Stack

Cloud & Infrastructure

AWS Terraform CloudFormation

Containers & Orchestration

Docker Kubernetes Helm AWS Fargate

CI/CD & GitOps

Jenkins GitHub Actions ArgoCD

Monitoring & DevSecOps

Prometheus Grafana Datadog CloudWatch SonarQube Trivy

Languages & OS

Linux Bash Python Git

AWS Services

EKS IAM VPC S3 RDS ALB


🚀 Featured Projects

🔐 Three-Tier DevSecOps on AWS EKS

Jenkins · Terraform · Argo CD · Docker · Kubernetes · AWS

Full-stack MERN application deployed on Amazon EKS with an end-to-end DevSecOps pipeline — automated security scanning at every stage, GitOps-driven delivery, and fully modular Terraform infrastructure.

Layer Implementation
CI Pipeline Jenkins pipeline with SonarQube code analysis, OWASP dependency scanning, and Trivy container image scanning before every deployment
Infrastructure Terraform-provisioned VPC, EKS, EC2, ECR, and IAM using reusable, modular configurations
GitOps CD Argo CD managing automated synchronisation and rollout of application updates to EKS
Orchestration Kubernetes Deployments, Services, StatefulSets, and AWS Load Balancer Controller-based Ingress
Monitoring Prometheus and Grafana deployed via Helm charts for cluster health and application performance metrics

Repo

⚙️ Go Cloud-Native GitOps Delivery Pipeline

GitHub Actions · Argo CD · Docker · Kubernetes · AWS EKS

GitOps-based CI/CD pipeline automating deployment of a Go web application on Amazon EKS.

Layer Implementation
CI Pipeline GitHub Actions — build, test, lint, Docker image push (tagged with run ID)
Containerisation Multi-stage Dockerfiles with Distroless base images for minimal attack surface
GitOps CD Argo CD continuously syncs Kubernetes state from Git — single source of truth
Packaging Helm charts managing Deployments, Services, and Ingress configurations
Code Quality Automated unit testing and golangci-lint static analysis on every push

Repo


🎮 Serverless Game Hosting Platform

Amazon EKS · AWS Fargate · Kubernetes · IRSA

Containerised 2048 game deployed on EKS using AWS Fargate for serverless compute — no EC2 nodes to manage.

Area Implementation
Compute AWS Fargate — serverless pod scheduling with Fargate profiles
Ingress AWS Load Balancer Controller installed via Helm; ALB auto-provisioned from Ingress resource
IAM Security OIDC integration + IAM Roles for Service Accounts (IRSA) for secure pod-to-AWS access
Cluster Ops Cluster administration using kubectl and eksctl

Repo


🛫 Flight Reservation — Containerised Microservices System

Docker · Kubernetes · Terraform · AWS EKS

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
Containerisation Docker multi-stage builds across multiple services for minimal image sizes
Orchestration Kubernetes with zero-downtime rolling updates + NetworkPolicies for traffic isolation
Auto-scaling HPA configured for CPU and 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

Focused next steps directly applicable to junior DevOps work:

  • AWS Secrets Manager — centralised secrets storage, rotation, and integration with EKS workloads via IAM and IRSA
  • Helm chart authoring — writing and packaging custom Helm charts from scratch, beyond using pre-built community charts
  • Kubernetes network policies — controlling pod-to-pod traffic and enforcing namespace isolation in multi-tier applications
  • Prometheus alerting rules — writing custom alert rules and routing notifications through Alertmanager
  • Bash scripting for automation — building reusable scripts for operational tasks like log rotation, health checks, and deployment helpers

📫 Let's Connect

💼 LinkedIn linkedin.com/in/sanketchopade07
📧 Email chopade.sanket@outlook.com
📍 Location Pune, India
🌍 Open to Pune · Bengaluru · Hyderabad · 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