Skip to content
View vijayyovan's full-sized avatar

Block or report vijayyovan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vijayyovan/README.md

Hi, I'm Vijay Soundaram 👋

You can call me VJ · (he/him)

Senior Platform · SRE · Cloud · DevSecOps · Application Engineering · AI/AIOps

I’m an engineer with 17+ years of experience spanning application development, infrastructure, platform engineering, security/IAM and production operations, with Linux/Unix as the foundation throughout my career.

My journey began with Linux/Unix production environments, Java/J2EE, enterprise middleware, SOA, JMS/MQ, F5 LTM and 24x7 production support, including application architecture, integration, performance tuning, incident management and cross-layer troubleshooting.

Along the way, I worked with enterprise identity and access management technologies including Oracle Access Manager (OAM), CA SiteMinder, LDAP/Active Directory, SSO and SAML, later extending into cloud IAM, OAuth 2.0 and Kubernetes RBAC.

That foundation evolved through Java/Spring Boot, microservices and Kafka into DevOps, CI/CD, AWS/Azure/GCP, Kubernetes, GitOps, Platform Engineering, SRE and DevSecOps.

I'm now extending that experience into Python, Data Science & ML foundations, AI development and AIOps, exploring how LLMs and agentic systems can help with incident triage, troubleshooting, RCA and operational automation.

📍 Denver, CO
🔎 Open to Senior Platform / SRE / DevOps opportunities


🔄 My Engineering Evolution

Every generation of technology builds on the previous one. Understanding those underlying layers still matters when debugging modern systems.

flowchart LR
    A["Linux / Unix & Monoliths"] --> B["SOA & Middleware"]
    B --> C["JMS / IBM MQ & F5 LTM"]
    C --> D["Microservices & Kafka"]
    D --> E["DevOps & CI/CD"]
    E --> F["AWS / Azure / GCP"]
    F --> G["Kubernetes & GitOps"]
    G --> H["Platform Engineering & SRE"]
    H --> I["Data Science & ML"]
    I --> J["AI / AIOps & Agentic Systems"]
Loading

🛠️ Tech Stack

Area Technologies
Cloud AWS · Azure · GCP
Containers & Platform Kubernetes · EKS · AKS · GKE · OpenShift · Rancher
IaC & Automation Terraform · Ansible · Python · Bash
CI/CD & GitOps GitHub Actions · Azure DevOps · GitLab CI/CD · Jenkins · Argo CD · Helm
Observability Splunk · Dynatrace · Datadog · Prometheus · Grafana
Messaging Apache/Confluent Kafka · RabbitMQ · IBM MQ · JMS
Middleware WebLogic · WebSphere · JBoss · Oracle SOA/OSB
Traffic & Networking F5 BIG-IP · Kong · Istio · HAProxy · Nginx
Applications Java · Spring Boot · REST/SOAP · Microservices
Data Oracle · PostgreSQL · MongoDB · Redis
AI / AIOps Python · AI Agents · LLMs · Operational AI · HITL

🤖 What I'm Exploring Now

My current learning and hands-on work connects my platform engineering background with data and AI:

AI agents for DevOps and SRE AI-assisted incident triage and root cause analysis Kubernetes and application log analysis Kafka operational troubleshooting with AI Data Science and Machine Learning foundations RAG and grounded AI systems MCP and agentic workflows Human-in-the-loop operational automation

🚀 Selected Work API v1.4 Migration

Java 17 · Spring Boot 3.x · REST APIs · Oracle

Enterprise API modernisation covering API contract evolution, validation, database integration and performance optimisation.

Cloud & Kubernetes Engineering

AWS · Azure · GCP · Kubernetes · Terraform · Helm · Argo CD

Infrastructure automation, Kubernetes application delivery, GitOps and cloud-native platform engineering.

Messaging Evolution

JMS · IBM MQ → RabbitMQ · Kafka

Experience across traditional enterprise messaging and modern event-driven architectures, including consumer groups, retries, DLQs, message ordering, consumer lag and production troubleshooting.

AI/AIOps Experiments

Python · Splunk AI · Kubernetes · Kafka

Exploring AI-assisted operational troubleshooting, incident triage, log analysis, consumer-lag analysis and RCA using operational data.

📚 Currently Learning

Data Science & Machine Learning foundations Applied LLM engineering Agentic AI systems AI for Platform Engineering and SRE Advanced Kubernetes and cloud-native architecture

📜 Certifications Certified Kubernetes Administrator (CKA) — In Progress Microsoft Azure AI Engineer Associate (AI-102) — In Progress

💡 My Engineering Philosophy

See the big picture. Break it down. Understand the fundamentals. Stay focused. Build one piece at a time. Then connect the pieces.

I approach technology much like following a recipe:

  1. See the big picture — understand the system, its purpose and how the pieces interact.
  2. Break it into segments — application, data, infrastructure, networking, security, integration and operations.
  3. Understand the fundamentals — programming, Linux, networking, databases, distributed systems and troubleshooting.
  4. Add one ingredient at a time — learn, build, test and understand each component before adding the next.
  5. Put everything together — understand how the individual pieces behave as one production system.

Technologies change. Strong fundamentals and systematic thinking make learning the next technology much easier.

🌱 Beyond Engineering

🥾 Trekking — I enjoy getting outdoors, exploring new places and spending time in nature.

👨‍👧 Family — Outside technology, some of my most valued time is spent with my daughter whenever we get the opportunity to be together.

📚 Continuous Learning — Learning is a regular part of my routine. I learn through university courses, technical conferences, engineering communities and hands-on experimentation.

☸️ Cloud-Native Community — For the past two years, I've regularly followed CNCF livestreams, conference talks and community sessions.

🎓 Technical Learning — I regularly learn from O'Reilly live and recorded events, InfoQ talks and articles, CNCF sessions, university courses and technical conferences, with most conferences attended online.

🔬 Current Interests — Distributed systems, Data Science, Machine Learning, AI engineering, agentic systems, Platform Engineering and SRE.

📫 Connect With Me

💼 LinkedIn: linkedin.com/in/vijaysoundaram 📧 Email: vijay6206@gmail.com

Pinned Loading

  1. terraform-up-and-running-code terraform-up-and-running-code Public

    Forked from brikis98/terraform-up-and-running-code

    Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman

    HCL

  2. API-v1.4-Migration API-v1.4-Migration Public

    Enterprise API migration (v1.3→v1.4) with circuit breaker pattern, 65% performance improvement, zero-downtime deployment. Spring Boot 3.3.2 | Java 17 | Resilience4j | Oracle | Kubernetes

    Java 1

  3. MLOpsPython MLOpsPython Public template

    Forked from microsoft/MLOpsPython

    MLOps using Azure ML Services and Azure DevOps

    Python 1 1

  4. kafka-streams-machine-learning-examples kafka-streams-machine-learning-examples Public

    Forked from kaiwaehner/kafka-streams-machine-learning-examples

    This project contains examples which demonstrate how to deploy analytic models to mission-critical, scalable production environments leveraging Apache Kafka and its Streams API. Models are built wi…

    Java

  5. cloud-native-spring-in-action cloud-native-spring-in-action Public

    Forked from ThomasVitale/cloud-native-spring-in-action

    🍃 Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning)

    Java

  6. kubernetes-the-hard-way kubernetes-the-hard-way Public

    Forked from kelseyhightower/kubernetes-the-hard-way

    Bootstrap Kubernetes the hard way. No scripts.