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 6 clear filter
Wednesday, August 6
 

11:30am IST

Guard Your Network With Kyverno and Envoy - Sanskar Gurdasani, Scoutflo & Swastik Gour, InfraCloud Technologies
Wednesday August 6, 2025 11:30am - 12:00pm IST
In today's complex service mesh environments, ensuring secure and efficient network traffic management is a significant challenge. Many developers struggle with implementing robust, context-aware access control policies without disrupting existing systems. The Kyverno Envoy Plugin offers a solution by integrating with the Envoy proxy and leveraging the Kyverno Authz Server within the cluster, along with a cluster-wide resource called AuthorizationPolicy. This resource utilizes the CEL language to process these requests seamlessly, allowing you to authenticate and enforce policies seamlessly on all traffic.
In this hands-on session, the speakers will leverage this plugin to enhance the security and control of applications, ensuring they are protected from unauthorized access and threats without requiring changes to your microservices. They will also showcase how the plugin seamlessly integrates with various service meshes such as Istio, to extend its functionality across environments.
Speakers
avatar for Swastik Gour

Swastik Gour

Product engineer, Infracloud technologies
I am a CNCF ambassador and an Product engineer by profession who enjoys to contribute to opensource and study about the latest tech. And innovations going on in the CNCF ecosystem . I am also a former cncf gsoc mentee , an LFX mentee , CI signal shadow at CAPI and a active member... Read More →
avatar for Sanskar Gurdasani

Sanskar Gurdasani

Devops Engineer, Scoutflo
Sanskar Gurdasani is a DevOps Engineer and Senior year undergraduate student in Information Technology Engineering at Jabalpur Engineering College. He was an LFX Spring Mentee 2024 for the CNCF - Kyverno where he developed the Kyverno-Envoy-Plugin. He had worked as a DevOps Engineer... Read More →
Wednesday August 6, 2025 11:30am - 12:00pm IST
Hall 6
  Security
  • Content Experience Level Any

12:10pm IST

Sovereign Kubernetes at Adobe: Navigating Trust, Security & Compliance Across Jurisdictions - Amandeep Singh, Adobe
Wednesday August 6, 2025 12:10pm - 12:40pm IST
Sovereign deployments operate in geographically or network-isolated environments where data at rest and in transit is highly sensitive and tightly controlled due to jurisdictional regulations. These deployments come with strict security and compliance requirements.

At Adobe, we manage multiple sovereign Kubernetes deployments across different regulatory frameworks, each with unique constraints and challenges. We have to keep operational overhead minimal while ensuring compliance and security at scale.

This talk will cover key compliance and security requirements, such as vulnerability reporting, runtime container scanning, and policy enforcement. We will dive into the challenges we faced and the solutions we developed, including:
- Building a secure and efficient image distribution system
- Automating image vulnerability scanning
- Using Falco for real-time threat detection and response
- Enforcing compliance with Kyverno and Falco
Speakers
avatar for Amandeep Singh

Amandeep Singh

Computer Scientist, Adobe
Currently a Computer Scientist at Adobe, building Adobe's AEM platform. With extensive experience across various cloud technologies, I’ve been working in the Kubernetes space for the past three years. Outside of work, I’m an avid reader and a passionate foodie.
Wednesday August 6, 2025 12:10pm - 12:40pm IST
Hall 6
  Security

2:10pm IST

Keep Calm and Carry on Cluster Updates - Thanks To Kyverno Chainsaw - Vijay Dharap, Kubermatic
Wednesday August 6, 2025 2:10pm - 2:40pm IST
Do you often find yourself upgrading various resources in k8s cluster? may be some 3rd party helm chart?

Do you get a feeling of shooting in the dark? That you do not exactly know what all changes are being brought in due to new helm chart version?

Have you faced broken deployments because 3rd paty helmchart maintainer changed the values.yaml layout and you did not change the overrides.yaml to adjust to changed structure?

Yes? Yes? Yes? Well... then you have come to right place find solution to such problems!

I will introduce you to Kyverno Chainsaw, which aims to help us reliably verify the deployments!

With Chainsaw, you define test steps (which can changes / delete existing resources / add new resources) and write assertion to verify that all changes have been reflected in the cluster.

During the session - lets explore Chainsaw via few demos and integrate it in CD pipelines and use reports.

Bonus: I will share small generator I wrote to create Chainsaw testcases quickly.
Speakers
avatar for Vijay Dharap

Vijay Dharap

Tech Lead, Kubermatic
Vijay is a Certified Kubernetes Administrator and AWS certified solution architect. Vijay has designed and managed complex and hybrid deployments of multiple clusters for large chemical manufacturers in the world. Vijay has spoken at various conferences in past. Vijay is happily... Read More →
Wednesday August 6, 2025 2:10pm - 2:40pm IST
Hall 6
  Operations + Performance

2:50pm IST

Mastering Kubernetes Control Plane Performance Optimization With Observability - Liu Jiaxu, Alibaba Cloud
Wednesday August 6, 2025 2:50pm - 3:20pm IST
Are you experiencing performance issues with your Kubernetes control plane? Symptoms such as rising CPU/memory usage, 429 TooManyRequests errors, and delayed responses from the APIServer or ETCD can significantly degrade cluster responsiveness, especially in large environments, ultimately threatening infrastructure reliability.
In this talk, based on our experience managing tens of thousands of production clusters, we will explore how to leverage observability to identify performance bottlenecks and root causes. We'll compare logging, monitoring, and tracing within the Kubernetes control plane, using real-world example - analyzing LIST request.
We will introduce best practices for observability, discuss common performance pitfalls such as APF flow control issues, misconfigured APIServer webhooks, and the heavy burden of excessive LIST requests on control plane, etc. Additionally, we will share optimization solutions for these scenarios, empowering you to enhance cluster performance.
Speakers
avatar for Liu Jiaxu

Liu Jiaxu

Senior Software Engineer, Alibaba Cloud
Jiaxu Liu is a Senior Engineer on the Container Service Team at Alibaba Cloud. He specializes in observability enhancement and large-scale cluster management and optimization for Alibaba Cloud's container service offerings. Before joining Alibaba Cloud, he worked at Nokia as a Senior... Read More →
Wednesday August 6, 2025 2:50pm - 3:20pm IST
Hall 6
  Operations + Performance

3:50pm IST

From Control Planes To Cognitive Planes: Agentic Architecture With MCP - Eddie Wassef, JPMC
Wednesday August 6, 2025 3:50pm - 4:20pm IST
APIs helped define cloud-native—but agentic systems need more.

In this talk, we introduce MCP (Model, Context, Protocol)—an architectural framework built for adaptive, AI-enhanced, agentic systems. You'll learn how MCP extends API-centric thinking to define not just interfaces, but also capabilities, environment-aware behavior, and reflective discovery.

We’ll explore:

How MCP aligns with Kubernetes' dynamic, declarative model
Why JSON-RPC (not REST/gRPC) is the best fit for dynamic agent tooling
Real-world examples of LLM-driven clients discovering tools, prompts, and commands at runtime
How to structure MCP clients and servers using C# or Go for cloud-native deployment
You'll leave with code samples, a conceptual model, and a UML-driven design for building MCP-based systems—ideal for Kubernetes-based platforms, autonomous agents, and AI-enhanced developer tools.
Speakers
avatar for Eddie Wassef

Eddie Wassef

Head of Arch and AI, JPMC
As a Kubernetes Community Days (KCD) Texas user group organizer, Eddie is dedicated to bringing the cloud-native community together through engaging events and knowledge sharing. His leadership in planning KCD Texas 2025, featuring hands-on workshops and interactive sessions, demonstrates... Read More →
Wednesday August 6, 2025 3:50pm - 4:20pm IST
Hall 6
  Emerging + Advanced
  • Content Experience Level Any

4:30pm IST

Enhancing DNS Reliability in Kubernetes With Node Local DNS Cache - Sanjay Kumar K K R & Priyanshi Agrawal, New Relic
Wednesday August 6, 2025 4:30pm - 5:00pm IST
In Kubernetes, DNS resolution is vital for service discovery. CoreDNS, the default DNS provider, can face performance issues such as timeouts, latency, and scalability challenges, which increase reliance on upstream DNS and lead to unreliable service discovery. To enhance DNS reliability, we propose integrating Node Local DNS Cache.

We'll discuss implementing node-local DNS caching in 270 clusters with over 18,000 nodes, effectively resolving DNS issues, boosting resolution reliability, reducing CoreDNS load, and minimizing dependency on upstream DNS sources. Attendees will gain insights into the technical approach, including performance assessments and testing scenarios emphasizing latency improvements. We've achieved a 30x performance enhancement and greater dns query-handling capacities through node-local DNS cache deployment. This session will provide valuable understanding of techniques to ensure robust DNS resolution in large-scale Kubernetes environments.
Speakers
avatar for Sanjay Kumar K K R

Sanjay Kumar K K R

Software Engineer, New Relic
Sanjay Kumar is a Software Engineer at New Relic, specializing in cloud-agnostic Kubernetes clusters at scale. With expertise in multi-cloud infrastructure, observability, and platform engineering, he has built resilient, high-performance Kubernetes deployments across AWS, GCP, and... Read More →
avatar for Priyanshi Agrawal

Priyanshi Agrawal

Software Engineer, New Relic
Priyanshi is a software engineer with 3+ years of experience at VMware and New Relic, specializing in GO, Kubernetes, Microservices, Restful Web Services, Git, AWS, and multicloud solutions. Known for blending technical expertise with leadership, Priyanshi excels at driving innovative... Read More →
Wednesday August 6, 2025 4:30pm - 5:00pm IST
Hall 6
  Operations + Performance

5:10pm IST

Build Your K8s Ready Distro With BootC - Praveen Kumar & Josh Berkus, Red Hat
Wednesday August 6, 2025 5:10pm - 5:40pm IST
Kubernetes administrators often struggle with maintaining consistency across distributed nodes, managing OS updates, and preventing configuration drift in large-scale containerized environments. Wouldn't it be great if there is a way to generate the distribution using a container file like we do for application images? With bootable containers (bootc) you can do it.

In this demo-centric presentation, we will explore how bootc can simplify operating system management by treating itself as an immutable container image. Using a local Kind cluster on Podman Desktop, we will demonstrate how to create and deploy images, showcasing its advantages in maintaining consistency and security across clusters and edge nodes. By treating the OS as a container image, we can take advantage of existing container workflows, making updates and rollbacks atomic and version-controlled.

Attendees will learn how they can use their container-building skills to manage their distro images as well.
Speakers
avatar for Praveen Kumar

Praveen Kumar

Software Engineer, Red Hat
Praveen Kumar is a Principal Software Engineer at Red Hat. In his current role, Praveen is focusing on to provide a tool for developers to play with OpenShift locally. In his free time he tries to contribute different container ecosystem projects. He has been a speaker at Eclipse... Read More →
avatar for Josh Berkus

Josh Berkus

Kubernetes Community Manager, Red Hat
Josh Berkus is the Kubernetes Community Manager, working in Red Hat's Open Source Program Office. He's currently involved with Kubernetes, Etcd, Elekto, Podman, and uBlue, but has spent more than 20 years contributing to many projects, including Linux, OpenOffice, PostgreSQL, and... Read More →
Wednesday August 6, 2025 5:10pm - 5:40pm IST
Hall 6
  Operations + Performance
 
Thursday, August 7
 

11:30am IST

Handling Node Churn in Karpenter: Efficient Scaling for Large EKS Clusters - Shivani Mehrotra, Expedia Group & Chetan Saini, Antra Info Solution PVT LTD
Thursday August 7, 2025 11:30am - 12:00pm IST
Managing node churn in large Amazon EKS clusters posed challenges due to fluctuating workloads, leading to instability and high costs. In this session, we’ll share how we leveraged Karpenter, an open-source K8s autoscaler, to optimize node provisioning and minimize churn across multiple EKS clusters. We’ll explore strategies like Pod Priority, PDBs, and node pools, improving scheduling efficiency and reducing resource waste thereby reducing cloud costs. Additionally, we’ll discuss reducing do-not-disrupt annotations, tightening affinity rules, aligning Karpenter nodes with EC2 savings plans and using latest features of karpenter like reserved instances to enhance performance and cost savings. One can gain insights into understanding node churning and its impact on costs and stability, optimizing Karpenter to scale nodes efficiently, achieving cost savings through spot instances and refined scaling policies. Join us to learn how to make EKS clusters more efficient and cost-effective!
Speakers
avatar for Shivani Mehrotra

Shivani Mehrotra

Software Development Engineer II, Expedia Group
Shivani, SDE-II at Expedia Group is a platform engineer, specializing in building robust systems. Passionate about innovation, Shivani thrives on challenges, delivering impactful results in her role. Outside of work, Shivani enjoys exploring new technologies and staying at the forefront... Read More →
avatar for Chetan Saini

Chetan Saini

Software Engineer III, Antra Info Solution PVT LTD
Chetan, SDE-II at Expedia Group, is a platform engineer specializing in building scalable and resilient systems. He enjoys solving complex technical challenges and optimizing infrastructure for efficiency and performance. Always eager to explore new technologies, Chetan stays up to... Read More →
Thursday August 7, 2025 11:30am - 12:00pm IST
Hall 6
  Platform Engineering

12:10pm IST

Cluster API To Streamline Kubernetes Clusters Lifecycle Management at NVIDIA - Megha Singhal & Gulshan Khatri, NVIDIA
Thursday August 7, 2025 12:10pm - 12:40pm IST
Teams independently provisioning and managing Kubernetes clusters often leads to silos, inefficiencies, and rising operational costs.

This presentation will showcase how NVIDIA successfully consolidated its Kubernetes infrastructure management using ClusterAPI and in-house bare-metal machines. The speakers will demonstrate NVIDIA's implementation that incorporates heterogeneous machine types, including CPU, GPU, TEGRA, and ARM, enabling high-performance workloads to run seamlessly.

By implementing a custom ClusterAPI infrastructure provider, NVIDIA made lifecycle management of Kubernetes clusters more efficient. The team enhanced ClusterAPI by wrapping its templates into Helm charts, standardizing cluster deployments across the organization. Through GitOps workflows, NVIDIA ensured cluster creation and management followed a declarative, version-controlled approach, reducing operational overhead while improving consistency in multi-environment deployments.
Speakers
avatar for Gulshan Khatri IN

Gulshan Khatri IN

SRE Lead, Nvidia
Gulshan is a SRE Lead at Nvidia. He started working with Kubernetes on small-scale clusters, scaling them to thousands of nodes over time. Today, he leads a team that provides Kubernetes as a Service.
avatar for Megha Singhal

Megha Singhal

Senior Site Reliability Engineer, Nvidia
Megha Singhal is a Senior SRE specializing in Kubernetes, automation, and cloud-native reliability, focused on scaling and optimizing resilient systems.
Thursday August 7, 2025 12:10pm - 12:40pm IST
Hall 6
  Platform Engineering

2:10pm IST

Fine-Grained Authorization: The Missing Piece in Agentic AI Security - Shivay Lamba, Couchbase & Ashish Jha, Okta
Thursday August 7, 2025 2:10pm - 2:40pm IST
Securing data access for AI agents has become a critical challenge. Traditional access control approaches fall short when AI systems need contextual, document-level permissions at scale and speed.

This talk demonstrates how Fine-Grained Authorization (FGA) provides robust security for Retrieval-Augmented Generation (RAG) and agentic AI systems. Learn how to implement permission models that protect sensitive information while enabling AI to access only authorized data.

The talk explores implementations using OpenFGA and LangChain, showcasing how to build security directly into AI retrieval pipelines.

The presenters will provide real world case studies to discover how enterprises can prevent data leakage, implement multi-tenant isolation, and maintain audit trails while scaling to billions of access decisions.

Thus join us to understand how one can maintain security without sacrificing performance or user experience in Agentic / Gen AI applications.
Speakers
avatar for Ashish Jha

Ashish Jha

Solutions Engineering Specialist - Auth0, Okta
Ashish is a creative technologist currently driving revenue growth and fostering strong customer partnerships at Okta as a Solutions Engineer. With a strong foundation in Conversational AI, & being one of the leading community voices for Amazon Alexa, Ashish brings a unique perspective... Read More →
avatar for Shivay Lamba

Shivay Lamba

Senior Engineer, Couchbase
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... Read More →
Thursday August 7, 2025 2:10pm - 2:40pm IST
Hall 6
  Security

2:50pm IST

Freeze,Investigate,Recover: Unlocking Forensic Container Checkpointing With CRI-U - Suman Chakraborty, Platform9 Systems & Neel Shah, Middleware
Thursday August 7, 2025 2:50pm - 3:20pm IST
Resilience in Kubernetes often relies on pod restarts, but what if we could checkpoint running containers for forensic analysis and seamless recovery? This is where Checkpoint/Restore in Userspace (CRIU) and its integration with CRI-O and Containerd come into play.
When applications fail, are compromised, or need migration, traditional recovery methods lose valuable runtime data, making debugging, forensic investigation, and live migration difficult. CRI-U enables container-level checkpointing, allowing us to snapshot an application’s complete state, including memory, processes, and open files. This unlocks new security forensics, failure recovery, and workload resilience possibilities.
This session will explore how forensic container checkpointing enhances Kubernetes resilience. Attendees will learn how to securely capture, analyse, and restore container states, ensuring minimal downtime and improved security
Speakers
avatar for Suman Chakraborty

Suman Chakraborty

Solutions Architect, Platform9 Systems
Suman is a Solution Architect at Platform9 Systems. He is a consultant and advisor for Kubernetes & Cloud Native Solutions, helping Customers and End users in their application modernisation journey and adoption with DevOps best practices. Suman has been a distinguished speaker and... Read More →
avatar for Neel Shah

Neel Shah

Developer Advocate, Middleware
A DevOps engineer with a great passion for building communities around DevOps.Have mentored 15+ hackathons and open source programs. Currently running various communities like CNCF ,Grafana,Hashicorp and Google Cloud . Have given more than 10+ talks in conferences like HashiTalk India... Read More →
Thursday August 7, 2025 2:50pm - 3:20pm IST
Hall 6
  Security

3:50pm IST

Choose Your Shield: Evaluating Linux Security Modules for Cloud Native Ecosystems - Ramakant Sharma, AccuKnox Inc.
Thursday August 7, 2025 3:50pm - 4:20pm IST
LSMs provide kernel-level security mechanisms that can be used to address the dynamic challenges of cloud native security. KubeArmor, a runtime security engine and CNCF sandbox project uses LSMs to protect cloud workloads at runtime.

As a maintainer of KubeArmor, I will share my understanding working with LSMs to implement a robust runtime security engine to protect cloud workloads through the lens of KubeArmor.

While all LSMs provide crucial security benefits, their effectiveness varies significantly based on use-case, deployment context and operational requirements.

In this session, I'll be evaluating LSMs including SELinux, Apparmor and BPF-LSM across three critical dimensions:
Performance impact: The overhead each LSMs introduce.
Security capabilities: Each LSM's effectiveness against common attack vectors through live demonstrations.
Operational complexity: Highlighting the learning curve, complexities in implementation and maintenance.
Speakers
avatar for Ramakant Sharma

Ramakant Sharma

Software Engineer, AccuKnox Inc. | Maintainer@KubeArmor, AccuKnox Inc.
Working as a software engineer at AccuKnox Inc., actively contributing to open source and maintainer KubeArmor, CNCF Sandbox project.
Thursday August 7, 2025 3:50pm - 4:20pm IST
Hall 6
  Security

4:30pm IST

Security: The Thing That Everyone Loves To Hate - Bhavani Indukuri, Zscaler; Sonali Srivastava, InfraCloud Technologies; Ram Iyengar, The Linux Foundation; Anusha Hegde, Nirmata
Thursday August 7, 2025 4:30pm - 5:00pm IST
Security often takes center stage—only after “something” goes wrong. When DevOps teams return a DevOops response! Teams scramble after breaches, misconfigurations, and compliance failures only to realize too late that preventive measures had been missing all along.

For the millions of marketing dollars poured into Shift-left and DevSecOps, security shouldn’t be an afterthought—it needs to be woven into every stage of the Software Development Lifecycle (SDLC).

In this panel, we will share real-world stories and discuss how to build a more security-conscious team culture. Security issues span a spectrum of causes ranging from communication breakdowns, lack of training, and plain old human error. We'll cut through the marketing noise and explore the tools and techniques that make a difference. No buzzwords. Just actionable advice you can take home and implement. Honest narratives, shot straight from the heart.
Speakers
avatar for Bhavani Indukuri

Bhavani Indukuri

Staff Platform Engineer, Zscaler
Bhavani is a Staff Platform Engineer at Zscaler. She plays a pivotal role in streamlining and optimising DevOps and CloudNative solutions, ensuring seamless and efficient software delivery. Previously, at ServiceNow, she was actively involved in migrating infrastructure to Kubernetes... Read More →
avatar for Ram Iyengar

Ram Iyengar

Evangelist, OpenSSF
Ram Iyengar is an engineer by practice and an educator at heart. He was (cf) pushed into technology evangelism along his journey as a developer and hasn’t looked back since! He enjoys helping engineering teams around the world discover new and creative ways to work. He is a proponent... Read More →
avatar for Sonali Srivastava

Sonali Srivastava

Developer Advocate, InfraCloud Technologies
My expertise in software development allows me to perform POCs and craft engaging demos, tutorials, and videos that showcase the power of cloud-native solutions. Over the past five years, I’ve worn many hats: monitoring Linux servers as a system administrator, developing a cloud... Read More →
avatar for Anusha Hegde

Anusha Hegde

Senior Technical Product Manager, Nirmata
Anusha Hegde is a Senior Technical Product Manager at Nirmata, focusing on cloud security, Kubernetes policy management, policy-as-code automation, and building AI-first products while analyzing AI’s impact on her product and customers. Previously, she was a Tech Lead at VMware... Read More →
Thursday August 7, 2025 4:30pm - 5:00pm IST
Hall 6
  Security
 
  • 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.