Loading…
6-7 August
Learn More and Register to Attend

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for KubeCon + CloudNativeCon India 2025 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.

Please note: This schedule is automatically displayed in India Standard Time (UTC+5:30)To see the schedule in your preferred timezone, please select from the drop-down menu to the right, above "Filter by Date." The schedule is subject to change and session seating is available on a first-come, first-served basis. 
Venue: Hall 2 clear filter
arrow_back View All Dates
Thursday, August 7
 

11:30am IST

Smart Capacity-Aware Volume Provisioning for LVM Local Storage Across Multi-Cluster Kubernetes Fleet - Arathi Balasubramanian & Amarnath Ch, Microsoft
Thursday August 7, 2025 11:30am - 12:00pm IST
In the world of containerization, workloads require reliable, performant storage for logs, data persistence, debugging, and real-time processing. Today, Kubernetes and open-source solutions provide a diverse range of storage provisioning options to choose from for single-cluster environments.

Now, envision scaling this to a broader fleet model, where multiple clusters are in play—worker clusters managed by a single control cluster, supporting a variety of workloads with replica counts in the range of thousands. How can we ensure seamless, dynamic volume provisioning through intelligent, capacity-aware decisions, while optimizing disk utilization across clusters, minimizing manual intervention, and maintaining high performance, reliability, and security as workloads and customer demands grow?

In this session, we will tackle these challenges head-on, exploring the architecture of capacity-aware, dynamic volume provisioning for LVM local storage across a multi-cluster Kubernetes fleet.
Speakers
avatar for amarnath ch

amarnath ch

Principal Software Engineer, Microsoft
Amar is a Principal Software Engineer at Microsoft, specializing in Kubernetes and cloud infrastructure experience in designing scalable, resilient multi-cluster architectures.
avatar for Arathi Balasubramanian

Arathi Balasubramanian

Software Engineer II, Microsoft
Arathi is a skilled software engineer with deep expertise in distributed systems, currently working in the Platform team at Microsoft AI. Arathi specializes in optimizing volume provisioning and Kubernetes-based storage solutions for scalable, high-performance workloads across multi-region... Read More →
Thursday August 7, 2025 11:30am - 12:00pm IST
Hall 2
  Data Processing + Storage

12:10pm IST

Running Databases Efficiently at Scale - Case Study of Flipkart's Local PV Journey on K8s - Yashpal Choudhary & Akif Ahmed Khan, Flipkart
Thursday August 7, 2025 12:10pm - 12:40pm IST
Running large-scale, performance-sensitive distributed databases on K8s requires balancing between latency, reliability, and cost efficiency. At Flipkart, we tackled this challenge by leveraging K8s Local Persistent Volumes (Local PVs) to optimize both performance and infrastructure costs for our stateful workloads.

With a storage footprint of 4PB of directly attached SSDs, 15PB of directly attached HDDs, comprising 1000 K8s stateful nodes spanning across 3 clusters (2 on-prem & 1 on public cloud infrastructure) LocalPV storage currently powers various internal database platforms (Aerospikes, HBase, TiDB) leveraged by critical business applications at Flipkart.

In this talk, we’ll share practical insights from our journey of scaling database infrastructure with Local PVs. We’ll dive into key challenges and solutions, including dynamic provisioning, workload scheduling, and automating maintenance workflows to ensure operational efficiency at scale.
Speakers
avatar for Akif Ahmed Khan

Akif Ahmed Khan

Software Engineer, Flipkart
Cloud Platform - Kubernetes, Cloud Infrastructure Services, Platform Services
avatar for Yashpal Choudhary

Yashpal Choudhary

Software Engineer, Flipkart
K8s Infrastructure
Thursday August 7, 2025 12:10pm - 12:40pm IST
Hall 2
  Data Processing + Storage

2:10pm IST

High-Performance Cloud Networking With Calico and Vector Packet Processing - Shatakshi Mishra & Abed Mohammad Kamaluddin, Marvell Technology
Thursday August 7, 2025 2:10pm - 2:40pm IST
In cloud-native environments, high-performance networking is crucial for scalability and security. Calico, a leading solution for container networking, integrates the VPP dataplane alongside eBPF. VPP provides a scalable solution combining security with high-performance packet processing. In this session, we’ll discuss our work with Calico’s VPP dataplane, optimized by integrating Marvell’s high-performance native plugin, an open-source Data Acceleration Offload solution. This integration offloads cryptographic tasks and inline IPSec encryption to SmartNICs, reducing CPU usage and optimizing secure data transmission. VPP offers fast packet processing, low latency, and high throughput, essential for service meshes, edge computing, and microservices. By leveraging hardware offloading and optimizations, VPP enhances throughput and reduces CPU load, making it ideal for demanding networking tasks. We’ll present benchmark results showcasing improved throughput, latency, and resource use.
Speakers
avatar for Shatakshi Mishra

Shatakshi Mishra

Senior Software Engineer, Marvell Technology
Shatakshi Mishra is a Senior Software Engineer at Marvell Technology with 3+ years of experience. She is skilled in P4 Programming Language, Kubernetes Orchestration, and Cloud Native Technologies, dedicated to providing innovative solutions and leveraging cutting-edge technologi... Read More →
avatar for Abed Mohammad Kamaluddin

Abed Mohammad Kamaluddin

Director, Marvell Technology
Abed Mohammad Kamaluddin serves as the Director of Processor Software, Infrastructure Processors at Marvell Technologies. Leading a software team, he focuses on Packet Accelerators, Transport and Network Security stacks, VPP software, and DPU solutions, with a particular emphasis... Read More →
Thursday August 7, 2025 2:10pm - 2:40pm IST
Hall 2
  Emerging + Advanced

2:50pm IST

Scaling Generative AI: Building Production-Ready LLM Applications - Daniel Oh, Red Hat
Thursday August 7, 2025 2:50pm - 3:20pm IST
This session delves into the critical aspects of developing production-ready Large Language Model (LLM) applications using Java. We'll explore how to leverage Java's strengths to build scalable and efficient LLM systems, addressing key challenges such as performance optimization, resource management, and seamless integration with existing infrastructures.

Attendees will gain practical knowledge on handling massive datasets, optimizing model inference, and fine-tuning LLMs for optimal performance. We'll discuss strategies for ensuring the reliability and scalability of your LLM deployments, empowering you to create robust and high-performing AI applications. Whether you're a seasoned Java developer or new to the AI domain, this session will provide valuable insights and guidance for your LLM development journey, equipping you with the tools and knowledge to navigate the complexities of building production-grade LLM systems.
Speakers
avatar for Daniel Oh

Daniel Oh

Senior Principal Developer Advocate, Red Hat
Daniel Oh is a Java Champion and Senior Principal Developer Advocate at Red Hat to evangelize developers for building cloud-native apps and serverless ob Kubernetes ecosystems. He's also contributing to various cloud open-source projects and ecosystems as a CNCF ambassador for accelerating... Read More →
Thursday August 7, 2025 2:50pm - 3:20pm IST
Hall 2
  Application Development
  • Content Experience Level Any

3:50pm IST

One Operator To Rule Them All? CRD Management Strategies for Cloud Native Apps! - Guna Kambalimath, IBM ISDL
Thursday August 7, 2025 3:50pm - 4:20pm IST
Kubernetes Operators are revolutionasing cloud-native application management—but when designing an operator, should we go one CRD per operator or manage multiple CRDs within a single operator? How does cascading CRDs impact reconciliation, dependency handling, and performance?

In this talk, we'll dive deep into real-world use cases to explore the trade-offs between these approaches. Whether we are building custom Kubernetes controllers or optimising cloud-native infrastructure, this session will help one make the right design choice for scalability, maintainability, and performance.
Speakers
avatar for Guna Kambalimath

Guna Kambalimath

Software Engineer, IBM ISDL
Software engineer at IBM ISDL with a work experience of 5 years. My work mainly drives the development of VPC Block CSI driver in IBM Cloud. My expertise is in Golang, monitoring and alerting tools. Contributor to the opensource kubernetes signature community. Current work involves... Read More →
Thursday August 7, 2025 3:50pm - 4:20pm IST
Hall 2
  Application Development

4:30pm IST

From Slow To Pro: Accelerating Kubernetes Native Development With Kind & DevSpace - Raghu Chandrasekaran & Naveenkumar Kumanan, AppViewX
Thursday August 7, 2025 4:30pm - 5:00pm IST
Kubernetes-native development is exhilarating—until complex workflows, slow feedback loops, and steep learning curves slow you down. Teams often spend days or weeks setting up environments, managing dependencies, and debugging microservices. GitLab found that nearly 44% of organizations take over two months to onboard new developers—precious time lost in today’s fast-paced tech world.
This session shows how we cut environment setup from days to minutes, slashed feedback loops by over 90%, and reduced onboarding time by 50%.
The secret? A powerful blend of CNCF tools—Kind and DevSpace—combined with simple lightweight Node.js and Bash/PowerShell scripts, We have automated environment provisioning, code synchronization, and cluster management so that developers can focus on shipping features.
Discover how to integrate Kind and DevSpace for a seamless workflow with real metrics and tips. Developers, architects, and DevOps can streamline Kubernetes, speed onboarding, and boost iterations.
Speakers
avatar for Naveenkumar Kumanan

Naveenkumar Kumanan

Software Development Engineer, AppViewX
I am an aspiring Backend developer with 3 years of experience with AppViewX. My areas of expertise include Java and Node.js backend development, Kubernetes, shell scripting, and distributed systems like MongoDB and Redis. I also have experience building command-line tools using DevOps... Read More →
avatar for Raghu Chandrasekaran

Raghu Chandrasekaran

Solution Architect, AppViewX
I'm a Solution Architect at AppViewX with 10 years of experience, including 5 years focused on Kubernetes-native design. He engineered AppViewX’s multi-tenant SaaS platform by architecting scalable, secure cloud-native systems and developing a Kubernetes-native API gateway and message... Read More →
Thursday August 7, 2025 4:30pm - 5:00pm IST
Hall 2
  Application Development
  • Content Experience Level Any
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Content Experience Level
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -