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 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.
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.
Sign up or log in to add sessions to your schedule and sync them to your phone or calendar.
Watching resources is fundamental to how K8s Operators reconcile state of the CR which is the primary resource, on the other hand, there are secondary resources created and managed by the controller to support the primary resource!
But does every secondary resource need to be watched?
In this session, we explore the design choices behind deciding what to watch and what not to watch considering real world examples. We'll dive into pros and cons of different approaches considering key factors - performance, scalability, RBAC boundaries, robustness of the operator. We'll understand how selective watching can reduce noise and improve the controller efficiency, By the end of the session, attendees will know how to choose the right approach for developing smarter, streamlined Kubernetes Operators backed by real-world use cases.
A software engineer with a history of working in Cloud Native and Containerization technologies since 2020, with a passion towards contributing to open-source technologies. I love playing Diablo and Guitar in my leisure.
Software engineer at IBM ISDL with a work experience of 5 years. Involved the development of VPC Block CSI driver in IBM Cloud. My expertise is in Golang, C++, systems, monitoring and alerting tools. Contributor to the opensource kubernetes signature community. Current work involves ODF and ceph deployment/support on IBM PowerVS infrastructure... Read More →
Developing AI applications today isn’t just about experimental single-model interactions. Organizations are rapidly adopting AI and to do that, the requirements for enterprise software become increasingly more complex. Advanced Agentic AI systems address this need, where multiple specialized agents work together, each capable of independent reasoning.
The real challenge for architects lies in orchestrating these agents to collaborate effectively towards a common goal. Unfortunately though, a "one-size-fits-all" approach to coordination just doesn't work due to the complex nature of software. In addition, just like traditional apps, these agentic systems need to be deployed, managed and observed in cloud environments.
In this session we'll explore the spectrum of Agentic AI patterns; real world implementations with Java; how to deploy these Agentic Systems to Kubernetes, and what other considerations there are to get these applications running in production.
Kevin Dubois is often featured as a (keynote) speaker at conferences around the world, where he shares his passion and knowledge about developer experience, open source, cloud native development and Java. He is also an author, java Champion, and an accomplished software architect... Read More →
Platform fragmentation is a silent productivity killer in Kubernetes. As our platform grew, so did its complexity—forcing developers to master observability, authentication, cost control, and more just to deploy a simple service. In this session, we’ll show how we turned a fragmented ecosystem into a unified experience using KubeVela and the Open Application Model. You’ll see how we:
Adopted KubeVela as a universal platform interface
Developed a componentized model so developers declare needs, not implementation
Created reusable traits that auto-inject observability, compliance, and best practices
Reduced cognitive load and boosted application quality
The outcome? Developers build and ship faster, SREs sleep better, governance runs itself, and teams spend less time wrestling with YAML and more time delivering value.
Senior Technical Product Manager - Cloud Platform, Guidewire Software, India
Driving Cloud-native platform engineering product strategy for KubeVela, OAM at Guidewire. Ex-AWS Containers Specialist, helped Enterprise customers to optimize Kubernetes workloads on EKS at scale. Passionate about AI/ML on Kubernetes and CNCF projects.
What happens when a production incident lasts 15 minutes, yet monitoring systems report everything as “green”? At hyperscale, supporting on-demand services in Southeast Asia’s most populous countries, a team encountered a silent and elusive failure mode: half-open TCP connections.
In this deep-dive session, the speaker conducts a packet-level autopsy of a real-world incident that impacted millions of messages. The talk examines the critical differences between FIN and RST packets, demonstrating how the absence of a single 40-byte segment resulted in 900 seconds of effective downtime. Attendees will learn why relying on default Linux kernel tcp_keepalive settings is unsafe for high-availability systems.
The session also explores the Zero Window phenomenon and how TCP backpressure can cause message timestamp drift. This is a story of persistence, spanning detailed packet captures and collaboration with a major cloud provider’s networking team to fix load balancer FIN-delivery behavior.
Dhruv Jain is a Lead Software Engineer at Gojek, where he focuses on building and scaling MQTT infrastructure that handles millions of concurrent connections across Southeast Asia. Beyond his work at Gojek, he is an active contributor to the open-source community and Google Summer... Read More →
This session is based on real production experience building and operating an observability-driven CI/CD platform using CNCF projects. It shows how OpenTelemetry can extend beyond application monitoring to become a core primitive for modern CI/CD systems.
While running dozens of Kubernetes clusters and handling 60M+ requests per minute, costly east-west network load balancers and fragmented CI metrics created blind spots that hid deployment failures. Traditional dashboards showed healthy systems, while rollouts quietly broke.
We share how treating Jenkins pipelines as distributed systems enabled end-to-end tracing across builds, deployments, and runtime behavior. By correlating CI signals with OpenTelemetry traces, we detected cascading failures and closed the loop with automated GitOps rollbacks. The talk covers real challenges, trade-offs, and lessons learned to build reliable, self-healing delivery pipelines.
Shivay Lamba is a software developer specializing in DevOps, Machine Learning and Full Stack Development.
He is an Open Source Enthusiast and has been part of various programs like Google Code In and Google Summer of Code as a Mentor and is currently a MLH Fellow. He has also worked at organizations like Amazon, EY, Genpact. He is a Tensorflow.JS SIG member and community lead from In... Read More →
Chamod Shehanka is a software engineer II at Circles.Life , an open-source and cloud native enthusiast and interested in conducting tech talks in domains such as cloud native tools. He's leading the KCD Sri Lanka and GDG Sri Lanka. Other than that he's an ex GitHub Field Expert
"I just want to ship my code". Every developer says it, but few organizations achieve it. Instead, developers spend 30% of their time wrestling with 1,000-line Helm charts and complex Terraform modules. This is the "YAML Tax", and it's killing engineering velocity.
This session shares how we abolished the YAML Tax at scale. We’ll demonstrate how to build an "Invisible Platform" where developers use Score - a workload-centric specification - to describe what their app needs, while Crossplane dynamically provisions the how across multi-cloud environments.
Attendees will learn the blueprint for: 1. Contract-Driven Development: Using Score to decouple the application's requirements from the environment’s implementation. 2. The Control Plane Shift: Replacing brittle CI/CD pipelines with Crossplane's continuous reconciliation loop for cloud resources. 3. Developer Joy at Scale: How we reduced onboarding time from weeks to minutes by hiding Kubernetes complexity behind a single score.yaml.
I am a Senior Site Reliability Engineer at KodeKloud . I am an Open source contributor, evaluating and contributed in various open source tools and projects, such as, Microsoft's Open source libraries, OpenCV, SUSE, etc. I was also a Google Summer of Code contributor 2022 and a GitHub... Read More →