Loading…
16-17 June, 2026
Mumbai, India
View More Details & Registration
Note: The schedule is subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for Open Source Summit India 2026 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.


Type: CI/CD clear filter
arrow_back View All Dates
Wednesday, June 17
 

12:00pm IST

Breaking Valkey on Purpose: Chaos Fuzzing a High-Performance Key-Value Store With Agentic AI - Renuka Uttarala, Amazon
Wednesday June 17, 2026 12:00pm - 12:40pm IST
Valkey (forked from Redis) is expected to be fast and correct under an enormous variety of workloads, yet many of the nastiest bugs live outside the reach of traditional unit and integration tests. In this talk, we’ll demonstrate the Chaos Fuzzer for Valkey, built to systematically explore edge cases in the Valkey’s cluster bus, a fundamental part of valkey’s cluster communication model. We’ll show how introducing controlled and uncontrolled chaos into Valkey uncovers correctness issues, subtle crashes, and regression risks that only emerge under common real-world scenarios.

Additionally, we’ll explore how we used Agentic AI to scale fuzzing effectiveness. We will discuss how we leveraged custom AI agents to read, summarize and validate logs from the nodes in Valkey cluster to automatically identify the reasons for cluster failures and expose new bugs in Valkey. We’ll also discuss how AI can be used to generate new fuzzing inputs and scenarios based on prior failures, allowing the fuzzer to iteratively focus on the most error-prone scenarios.

In the end, we will close the talk by discussing how contributors can use this framework to deliver quality features and fixes.
Speakers
Wednesday June 17, 2026 12:00pm - 12:40pm IST
203 (Second Floor)
  CI/CD
  • Audience Experience Level Any

12:00pm IST

Secure by Default: Building an AI-Augmented, OSS-Powered Reusable CI/CD Pipeline - Jenisten Xavier, Full Creative
Wednesday June 17, 2026 12:00pm - 12:40pm IST
What if every repository in your organisation inherited security, compliance and AI-driven automation the moment it adopted your CI/CD pipeline - with zero extra configuration?

In this session, I'll walk through a fully reusable, open-source-first CI/CD pipeline system built on GitHub Actions/GitLab CI that enforces security and quality gates end-to-end. We'll cover how secret scanning, OWASP Dependency Check, OWASP Dependency-Track, OSV Scanner for container images and SonarQube - community edition for SAST are wired together as non-negotiable pipeline steps - not afterthoughts. I'll demonstrate how Dependabot, Projen and how strict controls actively prevent supply chain attacks before they happen.

Beyond security, the pipeline handles semantic versioning, Cloud deployments, package publishing, artifact management and test report hosting - all reusable across multiple repos.

The talk concludes with the AI layer: using LLMs to auto-generate changelogs, trigger SonarQube self-healing agents and track deployment history for incident response. Attendees will leave with a practical blueprint for adopting OSS tools to build pipelines that are secure, intelligent and built to scale.
Speakers
avatar for Jenisten Xavier

Jenisten Xavier

Sr IT Analyst (DevOps), Full Creative
I’m a DevOps professional specialising in CI/CD solutions, automation & IaC, with a strong focus on GCP. I have a track record of streamlining deployment strategies that enhance efficiency and scalability.
I’m an organiser for the GDG Cloud Chennai community, where I engage with fellow tech enthusiasts to foster collaboration and knowledge-sharing. I bring creativity to both technology always seeking solutions. I’m passionate about growth, learning, and contributing to the wider... Read More →
Wednesday June 17, 2026 12:00pm - 12:40pm IST
Lotus 3 (Third Floor)
  CI/CD
  • Audience Experience Level Any

12:50pm IST

“Hey AI, Train Llama”: Making Kubeflow Agent-Native With MCP - Akash Jaiswal, Oracle & Abhijeet Dhumal, Red Hat
Wednesday June 17, 2026 12:50pm - 1:30pm IST
ML platforms are powerful, but not always easy to use. A data scientist might understand their model well, yet struggle with Kubernetes configs, SDK APIs, or GPU scheduling. The result is friction — and a lot of “Can someone submit this job for me?” messages.

In this talk, I’ll introduce Kubeflow MCP Server — a Model Context Protocol bridge that exposes the Kubeflow SDK as AI-callable tools. Instead of writing Python or YAML, users can train and manage workloads through natural conversation, while the MCP layer handles validation and policy enforcement underneath.

KEP: https://github.com/kubeflow/community/pull/937

We’ll show:
Turning Kubeflow operations into structured MCP tools
Pre-flight checks that catch resource mismatches before submission
Persona-based filtering so data scientists get safe access while admins keep full control
A two-phase confirmation pattern to avoid accidental large GPU allocations

This session explores what it means for ML infrastructure to become agent-friendly — without compromising governance or cluster safety.
Speakers
avatar for Akash Jaiswal

Akash Jaiswal

Software Engineer, Oracle
Software Developer @Oracle,
GSoC 2025 KubeFlow, GSoC 2022 CC Extractor
Speaker at 5+ events
avatar for Abhijeet Dhumal

Abhijeet Dhumal

Software Engineer, Red Hat
Software Engineer at Red Hat, specialising in cloud native AI and Kubernetes infrastructure.
An active open-source contributor to CNCF projects as well as OpenSource communities - Kubeflow, Ray and Feature Store with experience in cloud-native AI/ML platform development and distr... Read More →
Wednesday June 17, 2026 12:50pm - 1:30pm IST
Lotus 3 (Third Floor)
  CI/CD

1:40pm IST

When Nobody Owns Quality: Making Testing Responsibility Explicit in Open Source Projects - Ujjwal Kumar Singh, Skeps
Wednesday June 17, 2026 1:40pm - 2:20pm IST
Who owns testing standards in your project? Who decides release gates? Who pays the cost of test debt?

Many open source projects cannot answer clearly. Not because maintainers do not care, but because test health responsibility emerges informally rather than being explicitly defined. What remains informal becomes nobody's obligation until it turns into everyone's problem.

Examining governance docs, contributor guidelines and issue discussions from Linux kernel, Kubernetes, Apache and OpenStack, this talk surfaces a recurring pattern: investing in CI alone does not clarify who owns test health. Kubernetes has a testing SIG and extensive CI, yet flaky test discussions reveal uncertainty about who can enforce fixes.

Four practical steps projects can adopt:

Make testing ownership explicit in governance and contributing documentation.
Define release quality gates that are written, versioned and enforced.
Designate CI health stewardship the way projects designate release managers.
Track flaky test debt the way projects track open issues.

Open source conferences focus on tools. This talk focuses on ownership: a framework for identifying and closing gaps in test health responsibility.
Speakers
avatar for Ujjwal Kumar Singh

Ujjwal Kumar Singh

Software Development Engineer in Test, Skeps
Ujjwal Kumar Singh is a Software Tester who focuses on exploring software quality beyond traditional test cases and automation. His work centers on understanding how testing practices interact with engineering workflows, contributor collaboration, and project governance. He is particularly... Read More →
Wednesday June 17, 2026 1:40pm - 2:20pm IST
Lotus 3 (Third Floor)
  CI/CD

6:25pm IST

Agentic Delivery, Guardrailed: AI in CI/CD & Platform Engineering (Open Source Patterns) - Manas Ray & Kalyan Kolachala, Symphony AI Group
Wednesday June 17, 2026 6:25pm - 7:05pm IST
AI is changing software delivery—but most teams don’t need more “chat with logs.” They need an engineering platform that turns delivery signals into reliable, auditable outcomes. In this session, we’ll walk through practical AI patterns for CI/CD and internal platforms using open-source building blocks: pipeline failure triage copilots grounded in CI logs and runbooks, flaky test detection, test prioritization/selection to shorten feedback loops, and change-risk scoring to drive progressive delivery.
You’ll get a reference architecture that treats the platform as a product: a unified “delivery intelligence” layer that connects Git, CI, CD, and observability (OpenTelemetry) into a closed loop—recommend → assist → automate—only within strict guardrails. We’ll cover what makes this production-safe and open-source friendly: evidence-first outputs (no claim without links), policy-as-code boundaries, secrets redaction, prompt-injection defenses, and evaluation harnesses so AI behavior is testable like any other dependency.
Attendees leave with a starter backlog, rollout plan, and metrics to prove impact (cycle time, false-red rate, MTTR, and change failure rate).
Speakers
avatar for Manas Ray

Manas Ray

Distinguished Architect, Symphony AI Group (saigroup.ai)
Seasoned Technical Architect with expertise in platform and product engineering using Cloud Computing, BigData,
Machine learning, Agentic AI, Kubernetes, Microservices, and DevOps practices in diverse business domains.
avatar for Kalyan Kolachala

Kalyan Kolachala

Managing Director and Head of AI, SymphonyAI Group India
Kalyan is a senior engineering leader with experience in delivering world class, enterprise products and platforms involving SaaS, AI/ML, GenAI, Kubernetes, Cloud, and big data. He is currently India MD at SAI Group, a global enterprise AI leader. Worked previously at Intuit and Hitachi... Read More →
Wednesday June 17, 2026 6:25pm - 7:05pm IST
Lotus 2 (Third Floor)
  CI/CD

7:15pm IST

Event-Driven Platform Engineering: From Reactive Ops To Autonomous Control Loops - Josephine Eskaline Joyce & Prashanth Bhat, IBM India Pvt Ltd
Wednesday June 17, 2026 7:15pm - 7:55pm IST
Modern platform teams are overwhelmed by reactive operations where manual escalation, delayed remediation, and siloed automation take over. This session presents Event-Driven Platform Engineering as a framework for the design of platforms from ticket-driven systems to autonomous control loops. With the aid of Kubernetes controllers, event streams, policy engines, and real-time telemetry, platforms can identify, decide, and act without recourse to human intervention. We will also look at how events from observability systems, CI/CD pipelines, policy violations, and runtime signals can be transformed into actionable triggers for automation that powers scaling, remediation, governance enforcement, and developer workflows. The talk presents a reference architecture consisting of Kubernetes operators, Prometheus metrics, event brokers, and policy-as-code frameworks for developing self-adaptive internal developer platforms. Attendees will gain a structured approach to designing event-native platforms such as MTTR reduction, SLA compliance, continuous guardrails enforcement, and developer experience enhancement that align with open-source cloud-native environments.
Speakers
avatar for Josephine Eskaline Joyce

Josephine Eskaline Joyce

STSM, Principal Cloud Architect, IBM India Pvt Ltd
Josephine Eskaline Joyce is a Principal Cloud Architect and Senior Technical Staff Member (STSM) at IBM India, bringing over 26 years of experience in the IT industry. As an IBM Master Inventor, she is recognized for her deep expertise in cloud architecture, cloud security, enterprise... Read More →
avatar for Prashanth Bhat

Prashanth Bhat

Lead Architect, IBM Cloud, IBM India Private Limited
Prashant is a Cloud Architect working in the PaaS and Automation space, with a strong focus on cloud-native, event-driven architectures, and resilience engineering. Over the years, I’ve designed and built large-scale cloud services that power proactive alerting, automation, and... Read More →
Wednesday June 17, 2026 7:15pm - 7:55pm IST
Lotus 2 (Third Floor)
  CI/CD
 
Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -