vansh_os boot manager — tty0
kernel boot — systemd init
System Init Progress0%

SYSTEM
ONLINE

All services operational

NetworkClusterSecurity
Available for opportunities

Hi, I'mVansh
DevOps Engineer & Cloud Architect

$
~/vansh@dev-vansh.in
kubectl get nodes
NAME         STATUS   ROLES       AGE
node-01      Ready    control     42d
node-02      Ready    worker      42d
node-03      Ready    worker      42d
terraform plan
About Me

Engineering Mindset

I'm Vansh — a DevOps Engineer and Cloud Architect with a passion for building scalable, resilient infrastructure. Currently a 2nd-year BE student with hands-on experience across AWS, Azure, and GCP.

My approach combines deep technical knowledge with a systems-thinking philosophy. I believe in infrastructure as code, continuous delivery, and the power of automation to transform how teams ship software.

Every pipeline I design, every cluster I configure, and every architecture I draft is guided by one principle: build it right, build it to last.

🏗️

Infrastructure First

Every system I build starts with a solid, reproducible infrastructure foundation using IaC principles.

🔄

Automate Everything

From CI/CD pipelines to monitoring alerts — if it can be automated, it should be automated.

📐

Scalable by Design

Architecting for scale from day one. Microservices, container orchestration, and distributed systems.

🛡️

Resilient Systems

Building fault-tolerant systems with redundancy, health checks, and graceful degradation strategies.

main.tf
1# Infrastructure as Code
2resource "aws_eks_cluster" "main" {
3 name = "production-cluster"
4 role_arn = aws_iam_role.eks.arn
5 version = "1.28"
6 
7 vpc_config {
8 subnet_ids = var.subnet_ids
9 security_group_ids = [
10 aws_security_group.eks.id
11 ]
12 }
13 
14 tags = {
15 Environment = "production"
16 ManagedBy = "terraform"
17 }
18}
Journey

Experience Timeline

🎓education
2024

Started B.E. in Computer Science

Embarked on a formal CS journey while already building cloud-native systems. Deep dive into algorithms, data structures, and system design.

☁️milestone
2024

Multi-Cloud Architecture

Gained hands-on experience across AWS, Azure, and GCP. Designed and deployed production-grade infrastructure spanning all three major providers.

achievement
2024

Kubernetes & Container Orchestration

Mastered container orchestration with Kubernetes, deploying multi-node clusters with auto-scaling, service mesh, and comprehensive monitoring.

🏗️achievement
2025

Infrastructure as Code Mastery

Built complex, multi-environment infrastructure using Terraform, with state management, modules, and CI/CD integration for automated provisioning.

🔄milestone
2025

DevOps Pipeline Engineering

Designed end-to-end CI/CD pipelines with automated testing, security scanning, and zero-downtime deployments across microservice architectures.

🌐milestone
2025

Distributed Systems Design

Engineering high-availability distributed systems with fault tolerance, eventual consistency, and horizontal scaling patterns.

Portfolio

Featured Projects

🚀

Projects Launching Soon

Exciting cloud-native and DevOps projects are in development. This section will showcase real, production-grade work.

git log --oneline -3
a1b2c3d feat: setup project scaffolding
e4f5g6h feat: configure CI/CD pipeline
i7j8k9l feat: add monitoring stack
Workflow

DevOps Pipeline

Automated, reliable, and lightning-fast — from code commit to production.

1
💻

Code

Write clean, tested code with version control

2
🔨

Build

Containerize with Docker, compile artifacts

3
🧪

Test

Automated unit, integration, and E2E testing

4
🚀

Deploy

Zero-downtime deployments to Kubernetes

5
📊

Monitor

Observability with metrics, logs, and traces