Vihar Devalla

OPERATIONALSRE II · Platform Engineering · CKA + CKS
download resume
vihar@prod-cluster: ~
KubernetesAWSGCPDatadogELK StackGrafanaGoPythonTerraformHelmDocker
Vihar Devalla
online
scroll

vihar@five-nines:~$ cat about.md

about

════════════════════════════════════════════════════════════════════════════════
about.md

I build systems that stay up.

I own the reliability of financial infrastructure that processes billions in daily transactions. My job is to make the platform invisible — the kind of reliable where nobody notices it.

I came up through cybersecurity and systems research before moving into SRE. That background means I approach production systems as an adversary would: asking where they break before they do.

location: Bengaluru, India
certs: CKA + CKS (Linux Foundation)
focus: Kubernetes, Observability, Platform Engineering
open_to: Senior SRE / Staff SRE / Platform Eng roles

reliability_philosophy.md

Error Budgets Over Uptime Theater

Reliability is not about achieving 100% uptime — it is about defining, measuring, and defending a promise. I work in error budgets, not vanity metrics.

incident_command.md

On-call Is a Feedback Loop

Every page is a signal. Incidents are not failures to be ashamed of — they are the most honest data about system behavior. I treat them as learning opportunities.

toil_reduction.md

Every Runbook Is Future Automation

If I am doing the same thing twice, I am doing it wrong the second time. Toil reduction is not laziness — it is engineering discipline.

vihar@career.log:~$ kubectl get jobs --sort-by=.status.startTime

experience

════════════════════════════════════════════════════════════════════════════════
OPERATIONAL[2023-06 → present]

SRE II

Platform Site Reliability Engineering

@ Arcesium

Bengaluru, India

▸ key initiatives

Platform Restoration
CRITICAL[ACTIVE]

Disaster recovery across regional cloud failures and ransomware scenarios — coordinating cross-functional teams with a clear targeted RPO.

Reliability Risk Audit System
HIGH[COMPLETE]

Designed and built a firm-wide scoring system enabling stakeholders to assess observability posture and application risk across the platform.

Observability Tooling
MEDIUM[COMPLETE]

Optimized platform observability and built automation tools that accelerate root cause identification and faster incident resolution.

KubernetesAWSGCPDatadogELK StackGrafanaGoPythonDockerLinux

— previous roles —

Technical Intern[2021-06 → 2022-07]
@ Basel Practitioners Private Limited
Led development of BPPL RAMS — a Risk Management Application for Banks. Created the first PoC, managed a team of interns, overseeing frontend, backend, and Docker/AWS deployment.

vihar@tool-shed:~$ kubectl describe skills --output=wide

skills

════════════════════════════════════════════════════════════════════════════════
Container Orchestration
OPERATIONAL
Kubernetes (CKA + CKS certified)Docker / Linux ContainersHelmGitOps / ArgoCDK8s API / Operators
Observability
OPERATIONAL
DatadogGrafanaELK StackSLO / SLI / Error BudgetsSignoz
Platform & Cloud
OPERATIONAL
AWSGCPTerraform / IaCCI/CD PipelinesLinux Systems
Engineering
OPERATIONAL
GoPythonJavaScriptPostgreSQL / MongoDBBash / Automation

vihar@brag-file:~$ cat achievements.yaml

achievements

════════════════════════════════════════════════════════════════════════════════

certifications

🎖
CKA
Certified Kubernetes Administrator
The Linux Foundation
🏅
CKS
Certified Kubernetes Security Specialist
The Linux Foundation

speaking

Speaker2023
Cloud Security Alliance Annual Summit
Kubernetes Security Automation and Monitoring
Training Speaker2023
BSides Annual Summit
Security for Applications and Cloud Platform Automations (IaC)
Speakerongoing
CSA Bangalore Chapter
AI Security — monthly meetup sessions

awards

1st Place
Arcesium Season of Code 2024
Unified Observability Platform — Signoz integration
1st / 127 teams
Arcesium CTF 2023
24-hour internal CTF
Runner-Up
ISFCR CTF — PES University
Individual category, national-level CTF
9th Place
ISFCR 2.0 — National Level
National cybersecurity CTF

$ kubectl get observability-stack --all-namespaces

observability stack

════════════════════════════════════════════════════════════════════════════════
DatadogPrimary APM & Infra Monitoring

Metrics, traces, and dashboards for platform services. Alerting on golden signals: latency, traffic, errors, saturation.

APMMetricsAlertingDashboards
ELK StackLog Aggregation & Search

Elasticsearch + Logstash + Kibana for structured log ingestion, search, and anomaly detection across platform services.

ElasticsearchLogstashKibanaLog Analysis
GrafanaVisualization & SLO Dashboards

Custom dashboards for SLO/SLI tracking, capacity planning, and incident correlation. Used for release readiness reviews.

DashboardsSLOVisualizationOn-call
SignozUnified Observability (Metrics + Logs + Traces)

Built a platform integration for Signoz at the Arcesium Season of Code 2024 — bringing metrics, logs, traces, and events into one place. Won the hackathon.

OpenTelemetryTracesUnified Obs🏆 Hackathon Winner

reliability focus areas

Disaster Recovery & Platform Restoration
Leading cross-team DR efforts covering regional cloud failures and ransomware scenarios with defined RPO targets.
Reliability Risk Audit
Firm-wide scoring system to assess observability posture and reliability risk — gates new releases across all application teams.
Incident Automation
Automation tooling that surfaces root causes faster and reduces manual toil during incidents.
SLO-Driven On-call
On-call operations grounded in SLIs and error budgets, not ad-hoc alerting.

$ ls incident_patterns/ | sort -u

incident patterns

════════════════════════════════════════════════════════════════════════════════

// Real failure categories encountered. No fabricated IDs or invented numbers.

Container Resource Management
OOMKilled pods under bursty workload — memory limits miscalibrated, HPA not scaling fast enough
Sidecar container leaks causing cascading restarts in high-throughput services
CPU throttling at limits causing p99 latency spikes without triggering error-rate alerts
approach: Resource profiling with VPA recommendations, right-sizing limits, and tuning HPA thresholds based on actual usage patterns.
Cluster Operations & Upgrades
PodDisruptionBudget misconfiguration blocking rolling node upgrades silently
Scheduling failures from taint/toleration drift after node pool changes
etcd latency spikes during large Secret/ConfigMap churn causing API server timeouts
approach: Pre-upgrade validation in CI, PDB configuration audits, and change-window runbooks with automated rollback triggers.
Observability Gaps
Alertmanager inhibition rules silencing critical alerts during config rollouts
Missing golden signal coverage on newly onboarded services
Log volume spikes saturating ingest pipeline, causing delayed alert correlation
approach: Alert coverage reviews as part of service onboarding, end-to-end alert firing tests in staging, and ingest rate limits with graceful degradation.
Platform Resilience
Regional cloud provider issues requiring platform restoration with defined RPO
Dependency failures causing cascading timeouts across downstream services
DNS resolution degradation causing intermittent failures across the mesh
approach: Runbook-driven DR playbooks, chaos engineering GameDays to validate failure paths, and cross-team coordination protocols.

vihar@side-effects:~$ ls -la projects/ --show-hidden-impact

projects

════════════════════════════════════════════════════════════════════════════════
Firm-Wide Platform Engineeringproduction

Reliability Risk Audit Scoring System

Template-based framework in Go that pulls risk auditing metrics from various sources across the firm. Includes a web dashboard to visualize data. Used firm-wide to approve and gate new releases, and to help application teams adopt reliability as part of the SDLC cycle.

impact: Gates all firm-wide releases
GoKubernetesGrafanaWeb DashboardSLO
internal / proprietary
Developer Productivityproduction

Kubernetes Debugging Tool for Slack

Slack bot using the Slack-Bolt Framework that retrieves Kubernetes resource health and surfaces logs, metrics, and network paths directly via Slack. Enables faster diagnostics without kubectl access, improving developer productivity and incident response speed.

impact: Faster diagnostics for 100+ devs
PythonSlack-BoltKubernetes APIK8sDevEx
internal / proprietary
Security & Identityproduction

Multi-Factor Authentication Portal (IAM)

Secure, scalable MFA self-service portal using Ping Identity APIs and clustered deployments to manage enterprise MFA device workflows. Built for high-availability with zero trust principles.

impact: Enterprise-grade MFA self-service
Ping IdentityIAMMFASecurityClustered Deployment
internal / proprietary
Arcesium Season of Code 2024 🏆🏆 award

Unified Observability Platform — Signoz

Won the Arcesium Season of Code Hackathon 2024 by building a platform integration for Signoz — bringing metrics, logs, traces, and events into one singular place. Demonstrated the value of unified observability vs. fragmented tooling.

impact: 1st place — internal hackathon
SignozOpenTelemetryMetricsLogsTracesGo
internal / proprietary

vihar@published:~$ ls papers/ | wc -l && cat each

publications

════════════════════════════════════════════════════════════════════════════════

Temples Restoration using Gated Convolution and Contextual Attention in GANs

ICSCCC-2023IEEE Xplore · 2023

Novel deep learning approach to digitally restore broken and eroded heritage temples and sculptures in India using Gated Convolution and Contextual Attention layers in GANs.

Deep LearningGANsComputer VisionHeritage Restoration

mURLi: A Tool for Detection of Malicious URLs and Injection Attacks

ICDCTA 2022 — 4th International ConferenceProcedia Computer Science, Elsevier · 2022
→ read paper

Tool for detection of malicious URLs, SQL Injection, and NoSQL Injection attacks using ML and Deep Learning models.

CybersecurityMLSQL InjectionURL Detection

Analytical Comparison of Models for Raga Identification in Carnatic Classical Audio

FRSM ConferenceAISC (Advances in Intelligent Systems and Computing), Springer · 2021
→ read paper

Research on Indian Classical Music classification based on Raga using Machine Learning and Deep Learning models.

MLAudio ClassificationDeep LearningResearch

vihar@not-on-call-rn:~$ ./connect.sh

contact

════════════════════════════════════════════════════════════════════════════════
connect.sh

vihar@not-on-call-rn:~$ send_message --to vihar

// Discussing SRE, reliability, or open to new opportunities

Open to Senior SRE, Staff SRE, and Platform Engineering roles. Also happy to talk shop about Kubernetes, observability, or incident response.

built with Next.js · designed for reliability