Naman Gandhi | DevOps Engineer | Kubernetes, Terraform, AWS, GCP Expert Skip to main content
function deployInfrastructure() {
  const k8sCluster = new Kubernetes.Cluster({
    name: 'production',
    version: '1.24',
    nodeCount: 5,
    nodeType: 'c5.xlarge'
  });
  
  const monitoring = new Prometheus({
    cluster: k8sCluster,
    retention: '15d',
    scrapeInterval: '30s'
  });
  
  const logging = new ElasticStack({
    cluster: k8sCluster,
    retention: '30d',
    shards: 3
  });
  
  return {
    k8sCluster,
    monitoring,
    logging
  };
}

// Automate all the things
const infrastructure = deployInfrastructure();
console.log('Infrastructure deployed successfully!');
              
// DevOps Engineer

Naman Gandhi DevOps Engineer

Automating Infrastructure, Scaling Systems.

const aboutMe = () => {

About Me

Naman Gandhi - DevOps Engineer

DevOps Engineer

Experienced DevOps Engineer specializing in Kubernetes orchestration, CI/CD pipelines, and cloud automation. Successfully implemented Jenkins-based CI/CD pipelines, enabling increase in deployment frequency while maintaining zero downtime across environments. Optimized infrastructure for AWS and GCP, achieving a 30% reduction in operational costs.

Certifications

  • Certified Kubernetes Administrator (CKA)
  • AWS Solutions Architect Associate
  • RedHat Certified Engineer (RHCE)
  • Cisco Certified Network Associate (CCNA)

Education

B.Tech in Electronics & Communication

Guru Gobind Singh Indraprastha University

8.6 CGPA (2018-2022)

I'm passionate about solving complex infrastructure challenges and implementing efficient, maintainable solutions that enable teams to deliver software faster and more reliably.

}
const skills = [

Technical Skills

My specialized toolkit for building and optimizing modern infrastructure

AWS Logo

AWS

EC2, S3, RDS, Lambda, ECS

GCP Logo

GCP

Compute Engine, GKE, Cloud Storage

Kubernetes Logo

Kubernetes

Cluster Management, Deployments, Services

Docker Logo

Docker

Containerization, Docker Compose

Terraform Logo

Terraform

Infrastructure as Code, Modules

Ansible Logo

Ansible

Configuration Management, Playbooks

Jenkins Logo

Jenkins

CI/CD Pipelines, Automation

Prometheus Logo

Prometheus

Metrics Collection, Alerting

Grafana Logo

Grafana

Dashboards, Visualization

Elasticsearch Logo

ELK Stack

Log Analysis, Centralized Logging

Bash Logo

Bash

Shell Scripting, Automation

AWS Services Logo

Cloud Services

VPC, ECS, GKE, Compute, Networking

skills.forEach(skill => implement(skill))
const projects = [

Featured Projects

Real-world DevOps solutions I've implemented

kubernetes-cluster.sh
Kubernetes Cluster Automation Project

Kubernetes Cluster Automation

Automated deployment and scaling of Kubernetes clusters using Terraform and Ansible

Kubernetes Terraform Ansible

Kubernetes Cluster Automation

Built a fully automated solution that reduced cluster deployment time by 80% and improved reliability with infrastructure as code.

View Details
Jenkinsfile
CI/CD Pipeline Project

CI/CD Pipeline Optimization

Developed CI/CD processes using Jenkins that resulted in a 30% reduction in manual intervention

Jenkins Docker GitOps

CI/CD Pipeline Optimization

Increased team efficiency and consistency throughout the development lifecycle with automated testing and deployment workflows.

View Details
prometheus.yml
Monitoring Infrastructure

Monitoring Infrastructure

Implemented robust observability frameworks with Prometheus and Grafana

Prometheus Grafana Alerting

Monitoring Infrastructure

Provided continuous visibility into critical systems and minimized false positive alerts through precise threshold adjustments.

View Details
main.tf
Cloud Cost Optimization

Cloud Cost Optimization

Optimized AWS and GCP resources, reducing operational costs by 30% while ensuring performance scalability

AWS GCP Terraform Cost Management

Cloud Cost Optimization

Implemented resource tagging, right-sizing, and automated scaling policies to achieve significant cost savings without compromising performance.

View Details
]
const experience = [

Work Experience

My professional journey in DevOps engineering

March 2024 - Present Current Role

DevOps Engineer

Park+

  • Engineered automated deployments with Terraform that reduced average environment spin-up times from three hours to just 15 minutes, allowing teams quicker access to resources for testing and production readiness
  • Implemented advanced routing strategies within K8s environments using Kong's API gateway functionalities; streamlined data flow resulted in a notable enhancement to overall system throughput
  • Deployed and maintained essential stateful services including Kafka, Elasticsearch, and Redis within Kubernetes environments; prepared data processing workflows resulting in a 30% improvement in application responsiveness
  • Optimized AWS and GCP resources, reducing operational costs by 30% while ensuring performance scalability
Kubernetes Terraform AWS GCP Kong
May 2022 - November 2022 6 months

Linux System Administrator

Techblue Software Pvt. Ltd.

  • Managed 150+ IT support tickets, ensuring high availability of Linux systems and timely resolution of issues
  • Automated repetitive tasks using Ansible, improving productivity and reducing manual errors by 40%
  • Designed and executed VPN architecture resulting in a streamlined connection process; reduced average user setup time from 30 minutes to just 10 minutes
Linux Ansible VPN System Administration
2020 - 2024 Internships

Product Support Engineer

Exotel (Dec 2023 - Feb 2024)

Analyzed incident resolution processes resulting in a reduction of ticket backlog by more than 30%, enabling faster responses and improved feedback from end-users regarding system performance reliability.

Network Engineer

Ameriprise Financial (Sep 2020 - Mar 2021)

Spearheaded initiatives to optimize network infrastructure, leading to improved response times for troubleshooting by 30%, resulting in faster resolution of connectivity problems impacting user experience.

Networking Support Troubleshooting
]
function contactMe() {

Get In Touch

Interested in working together? Feel free to reach out!

Send Me a Message

}