0Years in DevOps
0Servers Migrated to Cloud
0Uptime Maintained
0Cloud Costs Cut
01. About Me
I'm Anjul — a Senior DevOps Engineer at Oracle, Bengaluru, where I lead automation and infrastructure for core telecom products. My job in one line: make deploys boring. Infrastructure as code, pipelines that catch problems before production does, and observability that surfaces issues before users notice.
I've worked across OCI, Google Cloud, AWS and OpenStack — from migrating 200+ servers to GCP, to running Kubernetes upgrade cycles across live demo environments with zero data loss, to cutting cloud spend by re-architecting where workloads run. I also mentor engineers and push DevOps best practices across teams.
Beyond infrastructure, I build autonomous AI agentic systems — multi-agent architectures with LangChain and LangGraph, RAG pipelines with vector databases, and fully local LLM deployments. My flagship is Brahmaand — a 12-agent autonomous system running entirely on local models at zero cloud cost.
$ whoami → senior devops engineer · ai agent builder · mentor
Certifications
- 🏅 Google Cloud Professional Cloud Architect
- 🏅 OCI Architect Associate
- 🏅 OCI Foundations Certified Associate
- 🏅 Cisco CCNA
- 🏅 Networking in GCP — Coursera Specialization
02. Toolbox
☁️
Cloud Platforms
Oracle Cloud (OCI)Google CloudAWSOpenStack
☸️
Containers & Orchestration
KubernetesDockerPodmanHelmOKEkubeadm
🔁
CI/CD & Automation
JenkinsGitLab CITerraformAnsibleIaC
📈
Observability
PrometheusGrafanaLokiPromtailDatadogOpenSearch
🤖
AI & Agentic Systems
LangChainLangGraphMulti-Agent OrchestrationRAGVector DBsOllama / Local LLMsPrompt Engineering
🌐
Networking & Scripting
VPCLoad BalancersNATDNSPythonBashCloudEndureVelostrata
03. Experience
Sep 2024 — Present
Senior Member of Technical Staff · Oracle, Bengaluru
- Lead automation initiatives — cut deployment time from 3–4 days to 2 hours
- Designed automation frameworks for Oracle's core telecom products from the ground up
- Built observability with Prometheus, Grafana and Loki; 99.9% uptime on OCI
- Mentor junior engineers and drive DevOps best practices across teams
Sep 2022 — Aug 2024
Member of Technical Staff · Oracle, Bengaluru
- Built CI/CD pipelines with Jenkins and GitLab CI
- Deployed Oracle applications on Kubernetes with Helm
- Automated infrastructure and environment setup for on-prem and OCI
Oct 2020 — Aug 2022
Associate Member of Technical Staff · Oracle, Bengaluru
- Kubernetes deployments and early CI/CD for Oracle telecom core products
- Built internal demo environments used across product teams
Nov 2018 — Oct 2020
Cloud Engineer · Powerup Cloud Technologies (acquired by LTI)
- Migrated 200+ servers and MySQL databases to Google Cloud Platform
- Designed secure, production-grade workloads on GCP and AWS
- Cut cloud costs 20% through architecture reviews and performance tuning
04. Recent Highlights ● 2026
☸️Kubernetes Upgrade Cycle
Owned and executed the K8s upgrade cycle (to v1.36) across three live demo environments — planned windows, sequenced rollouts, zero data loss, all apps validated healthy post-upgrade.
💰Cloud Cost Optimisation
Re-architected demo clusters from managed cloud Kubernetes to on-prem kubeadm on OpenStack — eliminating per-node compute, load balancer, storage and egress charges per environment.
🛡️Security & Governance
Drove cloud security remediation — bastion migration to private subnets, least-privilege access enforcement, and tightened deletion controls protecting critical environment data.
🚀Demo & Release Enablement
Delivered customer-facing demo environments end to end — auto-scaling and rolling upgrade/rollback use cases, certificate and pipeline coordination, and production-blocking image fixes.
05. Featured Build
⭐ Flagship AI Project
Brahmaand ब्रह्माण्ड
autonomous multi-agent AI system · Sanskrit for "Universe"
A fully autonomous, containerized multi-agent AI system I designed and built from scratch — 12+ cooperating agents modeled on Hindu cosmology, where each deity's cosmic role maps to its function in the system.
- Hierarchical agent orchestration — a supreme router (Paramatma) delegates to the Trinity, which manifests specialist avatar agents per task
- Runs 100% on local LLMs via Ollama — zero cloud API cost, full privacy
- Redis pub/sub message bus connecting independently containerized agents (Docker Compose)
- Controlled from anywhere via a Telegram bot gateway with secure tunnel access
- Agents handle research, coding, monitoring, email, security and scheduled ops autonomously
# one message → the right agent acts
You (Telegram)
│
▼
[ INDRA ] ─ gateway
│
▼
[ PARAMATMA ] ─ supreme router
│
┌────┼─────────┐
▼ ▼ ▼
BRAHMA VISHNU SHIVA
create preserve destroy
│ │ │
▼ ▼ ▼
agni krishna rudra
moon rama nataraja
narasimha mahakala
│
▼
result → Telegram ✓
06. Things I've Built
🌌Brahmaand🏠 runs 100% locally
Autonomous multi-agent AI system — 12+ cooperating agents with hierarchical routing, a Redis message bus and a Telegram gateway, all on local LLMs at $0/month cloud cost.
PythonOllamaRedisDockerLangGraph
Read the full breakdown ↑
📈FnO Trading Platform📊 paper trading
Full-stack NIFTY/BankNifty options cockpit + autonomous signal engine — an 11-indicator weighted confluence score drives entries with ATR stop-losses, trailing SLs and auto EOD flatten. In paper-testing before going live.
FastAPIReact + TSKite ConnectDockerpandas
Private — results after paper-testing wraps
☁️cloudx.co.in● live
This very site — hand-coded vanilla HTML/CSS/JS with an immersive WebGL hero, custom domain on Cloudflare DNS, deployed to GitHub Pages by a plain git push.
Three.jsGLSLGitHub PagesCloudflare
View source on GitHub →
⚙️Deploy Automation Framework🔒 internal · Oracle
Automation framework for Oracle's core telecom products, built from the ground up — took release deployments from 3–4 days of manual work to 2 hours, with observability wired in via Prometheus, Grafana and Loki.
JenkinsHelmKubernetesBash
Proprietary — happy to talk through the design
💰On-Prem K8s Demo Lab🔒 internal · Oracle
Replaced managed cloud Kubernetes (OKE) with kubeadm clusters on OpenStack for demo environments — same K8s capabilities, zero per-node compute, LB and egress charges, with Longhorn/NFS for storage.
kubeadmOpenStackLonghornNFS
Proprietary — architecture in Highlights above
More experiments on GitHub →