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
arrow_back View All Dates
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
 
  • 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 -