Software · DevOps · Platform engineering

Open to work

Adarsh Kumar

Adarsh

adarsh@portfolio:~

adarsh@portfolio:~$ help

about       who I am
work        things I've built
platform    infrastructure & systems
lab         interactive experiments
writing     technical notes
skills      tools I work with
resume      download resume
clear       clear the screen
adarsh@portfolio:~$

04.8

Total experience

I build and operate the systems other engineers ship on  cloud-native infrastructure, delivery pipelines and the backend services that sit on top of them. 

99.99%

Uptime held

multi-env AWS EKS

60%

Faster deploys

GitLab CI + Terraform

75%

Shorter release cycles

GitHub Actions

20%

Infra cost removed

two-tier migration

India · Remote / IST — UTC+05:30
AWS EKSTERRAFORMKUBERNETESGITLAB CIHELMREDISPOSTGRESQLCLOUDWATCHVAULTNATSOPENTELEMETRYANSIBLEFASTAPION-CALLGITOPSNODE.JS
01 / Work

Selectedwork

Three systems, each built to remove a specific kind of friction from how software gets shipped and run.

01

Vulnerashield

AI-powered security & vulnerability scanner

DevSecOps · 2024

A scanning engine that refuses to let a vulnerable build reach production.

  1. 01OWASP ZAP wired into an AI anomaly-detection pass, with automated reporting on top.
  2. 02Scanner workflows containerised and deployed to Kubernetes so scans scale horizontally.
  3. 03Automated severity scoring acts as a hard pipeline gate — vulnerable builds never promote.
Role

Design, build, deploy

  • Docker
  • Kubernetes
  • OWASP ZAP
  • CI/CD
  • DevSecOps
  • AI
Read the repositoryVulnerashield on GitHub
Vulnerashield — AI-powered security & vulnerability scanner
Vulnerashield
02

CloudGuard

Cloud cost & security posture monitoring

Cloud observability · 2024

Cost and misconfiguration made visible early enough to act on.

  1. 01AWS cost monitoring, IAM drift detection and security rule scanning in one surface.
  2. 02CloudWatch, Cost Explorer and Security Hub APIs pulled into real-time views.
  3. 03Risk and compliance issues surfaced before they turn into an incident or an invoice.
Role

Design, build

  • AWS
  • CloudWatch
  • Cost Explorer
  • Security Hub
  • IAM
  • Dashboard
Read the repositoryCloudGuard on GitHub
CloudGuard — Cloud cost & security posture monitoring
CloudGuard
03

GitOps on EKS

Infrastructure & application delivery, Git as source of truth

Platform engineering · 2024

Every environment change is a commit, reviewable and reversible.

  1. 01GitHub Actions and Terraform provision and manage AWS EKS end to end.
  2. 02Multi-stage pipelines for infrastructure and application code with approval-based promotion.
  3. 03Image build and publish automated, then Git-driven deployments to EKS.
  4. 04Repeatable, auditable and rollback-safe by treating Git as the single source of truth.
Role

Architecture, implementation

  • GitOps
  • GitHub Actions
  • Terraform
  • AWS EKS
  • Kubernetes
  • CI/CD
  • Docker
Read the repositoryGitOps on EKS on GitHub
GitOps on EKS — Infrastructure & application delivery, Git as source of truth
GitOps on EKS
02 / Chronology

Where I'veworked

Four years and eight months of production ownership — infrastructure, delivery and the services running on top.

2026

Now

Jan 2026 – Present · 8 mos

Hyderabad, Telangana, India · Hybrid

Secuvy

DevOps Engineer

Full-time

Infrastructure automation, platform reliability and scalable systems across cloud, bare-metal and air-gapped environments.

  • 01Engineered a one-script deployment framework for multi-cloud and bare-metal environments, using Terraform and Ansible to automate provisioning, service dependencies and configuration.
  • 02Architected end-to-end observability with distributed tracing, structured logging and centralized crash reporting for air-gapped environments, reducing MTTR and enabling offline root-cause analysis.
  • 03Modernized CI/CD with fail-fast SAST, secret scanning and Helm linting plus signal-focused Slack alerts, enforcing deployment governance while reducing incident noise.
  • 04Led the transition to a decoupled, event-driven architecture with NATS JetStream, improving asynchronous throughput by 2–3× across distributed services.
  • 05Built a multi-tenant admin platform in Node.js and React and extended the platform with Active Directory, SMB, MySQL and location-based agent integrations.
  • 06Optimized Python and spaCy ML pipelines at the system level, reducing latency by 60% and doubling throughput for large-scale text processing.
  • 07Reverse-engineered legacy service and infrastructure interactions into a structured documentation library, improving onboarding efficiency by 40%.
KubernetesTerraformAnsibleNATS JetStreamNode.jsReactPythonspaCyObservability

2023

2025

May 2023 – Nov 2025 · 2 yrs 7 mos

Remote - Bangalore, India

Softway Solutions

Software Engineer (DevOps & Platform)

Platform reliability and backend performance for a high-availability SaaS product.

  • 01Achieved 99.99% uptime by containerizing services with Docker and deploying across multi-environment setups in AWS EKS.
  • 02Implemented CI/CD pipelines using GitLab CI and Terraform-based IaC, reducing deployment time by 60%.
  • 03Improved reliability and cost efficiency through EKS autoscaling, VPC optimization, CloudWatch observability, and 24/7 on-call incident handling.
  • 04Developed and optimized backend APIs by refactoring slow endpoints and improving PostgreSQL/MySQL queries with indexing and cursor-based pagination.
  • 05Designed asynchronous and data-intensive workflows using Redis (queues, caching) and integrated AWS IoT Core for real-time image/video control pipelines.
AWS EKSTerraformGitLab CIRedisPostgreSQLCloudWatch

2022

2023

Jan 2022 – May 2023 · 1 yr 5 mos

Remote - USA

InviGrid Co.

Full Stack & DevOps Engineer

Production ownership across application code and the infrastructure under it.

  • 01Managed production systems on AWS EC2 with GitHub Actions CI/CD pipelines, reducing release cycles by 75%.
  • 02Built automated monitoring and alerting for uptime, latency, and API failures using CloudWatch and custom scripts.
  • 03Migrated services to a two-tier cloud architecture, improving scalability while reducing infrastructure costs by 20%.
  • 04Developed deployment automation for Node.js microservices, securing environments using IAM policies and VPC rules.
  • 05Enhanced backend reliability by integrating AWS/GCP APIs, Auth0-protected endpoints, and asynchronous services using Redis and WebSockets for real-time analytics.
AWS EC2GitHub ActionsNode.jsRedisWebSocketsAuth0
03 / Toolkit

Things Iwork with

No proficiency bars. The chronology and the projects are the evidence; this is just the inventory.

01

Infrastructure

Provisioned as code, versioned, reproducible across environments.

  • AWS EKS
  • AWS EC2
  • AWS VPC
  • AWS S3
  • AWS ECR
  • AWS IoT Core
  • Terraform
  • Kubernetes
  • Docker
  • Helm
  • NGINX
  • Linux
  • Networking
  • Load balancing
02

Platform

Delivery paths that make shipping boring, auditable and reversible.

  • GitHub Actions
  • GitLab CI
  • Jenkins
  • GitOps
  • Multi-stage pipelines
  • Approval-based promotion
  • Multi-environment delivery
  • EKS autoscaling
  • Bash
  • Python
03

Backend

Services and data paths — written, refactored, then made to hold up.

  • Node.js
  • Express.js
  • FastAPI
  • Laravel (PHP)
  • JavaScript
  • REST APIs
  • Microservices
  • Asynchronous processing
  • PostgreSQL
  • MySQL
  • MongoDB
  • Redis
  • WebSockets
04

Observability

Making failure legible before someone else reports it.

  • CloudWatch
  • Prometheus
  • Grafana
  • Custom alerting scripts
  • Latency & uptime SLOs
  • 24/7 on-call
  • Incident response
05

Security

Least privilege by default, scanning as a pipeline gate.

  • IAM policy design
  • VPC rules
  • OWASP ZAP
  • DevSecOps gates
  • IAM drift detection
  • AWS Security Hub
  • Auth0
  • Secrets management
  • SSL/TLS
06

Current Exploration

Unfinished on purpose
  • GenAI application development
  • AI-assisted DevOps workflows
  • Internal developer platforms
  • Multi-cloud delivery (Azure AZ-400)
  • Cost-aware architecture

Open tabs, unfinished branches, things I am deliberately bad at yet.

Appendix

Education

  • B.Tech

    BCET, Durgapur

    2017 — 2021

  • Higher Secondary

    St. Paul's Day School, Kolkata

    2015 — 2017

Certifications

  • Azure AZ-400

    Microsoft Azure

  • Develop GenAI Apps with Gemini & Streamlit

    Google Cloud

  • Decoding DevOps — Basics to Advanced with AI

    Udemy

04 / Currently

Outside
theterminal

  • Building

    Extending my own infrastructure lab on this site — a live Kubernetes playground and architecture generator I keep breaking on purpose.

  • Exploring

    Platform engineering

    Going deeper into the systems underneath the applications — Kubernetes, distributed systems, infrastructure automation, observability, security, and making complicated infrastructure reproducible.

  • Learning

    Where AI actually belongs

    Experimenting with GenAI and developer tooling, mostly with one question in mind: Does this genuinely make an engineer better, or is it just another layer?

  • Writing

    The production notes

    Writing about DevOps the way I've experienced it — Linux, Git, CI/CD, Kubernetes, cloud infrastructure, outages, architecture, and the things that become obvious only after you've had to operate them.

  • Away from the screen

    Motorcycles. Long walks. Podcasts.

    And an unreasonable amount of time spent thinking about systems that probably didn't need that much thinking.

BasedIndia, remote
HoursIST — UTC+05:30
Time— IST
RoleDevOps / Platform Engineer
EditorVS Code + tmux
FuelCoffee, no sugar
06 / ContactOpen to work

Let's build something useful.

Or write it out

0 chars