Loading…
10-11 June
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 China 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 Hong Kong Standard Time (UTC+8:00)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. 
Type: Project Opportunities clear filter
Tuesday, June 10
 

11:00 HKT

11:07 HKT

Project Lightning Talk: Build Secure, Build Easy, with Buildpacks - Ram Iyengar, Maintainer
Tuesday June 10, 2025 11:07 - 11:12 HKT
Cloud Native Buildpacks presents a great way to build containers that can then be deployed to Kubernetes. In this talk, I will demo how a container can be built, how it uses optimal paths by default, and how it can promote security.

I will also present project updates, upcoming areas of work, and where we need help and support from the community.
Tuesday June 10, 2025 11:07 - 11:12 HKT
Level 16 | Grand Ballroom I

11:14 HKT

Project Lightning Talk: openGemini: Project Introduction and Updates - Yu Xiang, Maintainer
Tuesday June 10, 2025 11:14 - 11:19 HKT
With the rapid development of cloud computing, IoV, and IoT, time series data, such as metrics and logs, increases rapidly. As a result, time series databases face higher challenges in terms of read/write performance, data analysis efficiency, and data storage costs.

openGemini aims to reduce data storage costs, quickly write massive time series data, and efficiently analyze. Open source in 2022 and became a sandbox project of CNCF in 2024.


Now, openGemini has been applied in 9 scenarios, including the Internet of Things (IoT), DevOps, Internet of Vehicles (IoV), electric power, energy, mining, logistics, and aerospace, with 177 contributors. More and more developers are exploring the technical advantages of openGemini.


In this lighting talk, the following topics will be covered:

1. Briefly introduction to openGemini

2. Core Competencies

3. Key User Cases

4. Community Updates and Technology Planning
Tuesday June 10, 2025 11:14 - 11:19 HKT
Level 16 | Grand Ballroom I

11:21 HKT

Project Lightning Talk: Fluid Data Anyway, Data Anywhere, Data Anytime - Tongyu Guo, Maintainer
Tuesday June 10, 2025 11:21 - 11:26 HKT
Fluid is an open-source project for orchestrating data and workloads in Kubernetes. In the 2024 CNCF Technology Radar Report, Fluid is recognized as an "Adopted" project in the cloud-native AI landscape, considered ready for use by developers without further evaluation.



Maintainer from the Fluid community will reveal why it is so popular, detailing its architecture and the "Data Anyway, Anywhere, Anytime" features. He will also showcase the dynamic data mounting capabilities beneficial for data scientists, along with insights into future feature plans.
Tuesday June 10, 2025 11:21 - 11:26 HKT
Level 16 | Grand Ballroom I

11:28 HKT

Project Lightning Talk: K8s issue #52757: Sharing GPUs Among Multiple Containers - Xiao Zhang, Maintainer
Tuesday June 10, 2025 11:28 - 11:33 HKT
This issue has plagued Kubernetes for nearly 8 years: K8s issue #52757. The challenge of flexibly sharing GPUs across multiple containers is particularly prominent in AI scenarios, where inference tasks are typically short-lived. As a result, resource utilization becomes a critical concern.



In this talk, we will share solutions and practices for implementing GPU sharing in Kubernetes, focusing on two key projects gaining traction recently: Dynamic Resource Allocation (DRA) and the CNCF sandbox project HAMi. The presentation will cover the following topics:

1. Challenges in GPU sharing.

2. Approaches for sharing AI chips beyond NVIDIA GPUs.

3. How sharing technologies integrate with projects like Volcano, Koordinator, and Kueue.
Tuesday June 10, 2025 11:28 - 11:33 HKT
Level 16 | Grand Ballroom I

11:35 HKT

Project Lightning Talk: Practical Extension of eBPF Usability in KubeCon - Mingyi Zhang, Maintainer
Tuesday June 10, 2025 11:35 - 11:40 HKT
Due to security-related considerations, eBPF technology imposes significant restrictions on the use of kernel functions, typically allowing indirect calls to kernel functions only through helper functions, which is quite inconvenient for applications related to KubeCon. Kmesh requires intrusive modifications to the kernel to implement Kernel-native Mode Seven-layer Traffic Governance Capability, hindering the adoption of the technology. Through exploration and research on the kernel, we have employed some methods to extend the usability of eBPF, reducing the need for intrusive modifications to the kernel, and enabling Kmesh-related capabilities on higher versions of Linux without requiring intrusive kernel modifications.
Tuesday June 10, 2025 11:35 - 11:40 HKT
Level 16 | Grand Ballroom I

11:42 HKT

Project Lightning Talk: Simplifying Multi-Cluster Integrations with OCM Addon - Jian Zhu, Maintainer
Tuesday June 10, 2025 11:42 - 11:47 HKT
Open Cluster Management (OCM) allows easy integration with other projects via its Addon mechanism, enabling them to leverage multi-cluster capabilities. This 5-minute talk will introduce the OCM Addon mechanism, showing how projects can integrate with OCM as addons. I will also highlight the AddonTemplate API, which simplifies addon development by providing simple yaml files, reducing complexity and accelerating integration.

Key points:

- OCM Addon Overview: Introduction to the Addon mechanism and its role in multi-cluster environments.

- Addon Integration: How projects (e.g., Fluid) integrate with OCM to enhance multi-cluster management.

- AddonTemplate API: How the API simplifies addon creation and management.

- Real-World Benefits: Demonstrating the efficiency and scalability of OCM Addons.

This talk will help attendees understand how OCM Addons can help other projects extend the multicluster management capability.
Tuesday June 10, 2025 11:42 - 11:47 HKT
Level 16 | Grand Ballroom I

11:49 HKT

Project Lightning Talk: KubeEdge Updates and Use Cases in Multiple Scenarios - Yue Bao, Maintainer
Tuesday June 10, 2025 11:49 - 11:54 HKT
KubeEdge, the industry’s first cloud-native open-source edge computing project, has achieved CNCF graduation last year. In this session, we will share the new features and advancements in community governance since graduation.

As a graduated project, KubeEdge has been widely used in intelligent transportation, smart city, smart park, smart energy, smart factory, smart bank, smart site, CDN and other industries to provide users with integrated edge cloud collaborative solutions. This session will also share the 10+ KubeEdge user cases in various industries, to help users understand the practical experience of cloud-native edge computing and edge AI.
Tuesday June 10, 2025 11:49 - 11:54 HKT
Level 16 | Grand Ballroom I

11:56 HKT

Project Lightning Talk: Meshery: Kubernetes without Yaml, Is It Possible? - Yash Sharma, Maintainer
Tuesday June 10, 2025 11:56 - 12:01 HKT
Kubernetes has evolved into a complex ecosystem with numerous core components and hundreds of Custom Resources. This complexity poses significant challenges when designing workloads that involve multiple technologies. Engineers often find themselves burdened with Complex Configuration Management with YAML files, ensuring correct network configurations, RBAC rules and so on which is tedious and error-prone.

Developers often need to manually copy and paste reference configurations or manage and store either Helm or Kustomize templates to achieve this which has a high learning curve and is difficult especially for newcomers to ecosystem.

This talk helps in understanding how Meshery a CNCF project and cloud-native manager, with intuitive visual interface, reduces cognitive load, aligns with users' mental models, streamlines infrastructure design backed by OPA policies and how Meshery makes Kubernetes more accessible, empowering you to visualize your infrastructure.
Tuesday June 10, 2025 11:56 - 12:01 HKT
Level 16 | Grand Ballroom I

12:03 HKT

Project Lightning Talk: Kyverno Lightning Update: CEL & Policy Types in Action - Shuting Zhao, Maintainer
Tuesday June 10, 2025 12:03 - 12:08 HKT
Get a rapid snapshot of Kyverno’s latest features! In this 5-minute talk, Shuting Zhao highlights how Kyverno now supports CEL (Common Expression Language) for expressive, dynamic policies and introduces new policy types to align with Kubernetes’ ValidatingAdmissionPolicy and MutatingAdmissionPolicy. See how these updates empower you to create more flexible policies, improve cluster security, and streamline compliance workflows. Whether you’re managing policies or exploring Kyverno for the first time, this session offers a quick, impactful look at what’s new and how it can benefit your Kubernetes environment.
Tuesday June 10, 2025 12:03 - 12:08 HKT
Level 16 | Grand Ballroom I

12:10 HKT

Project Lightning Talk: What's New in WasmEdge 0.15.0? - Michael Yuan, Maintainer
Tuesday June 10, 2025 12:10 - 12:15 HKT
WasmEdge 0.15.0 is coming soon! This release brings key WebAssembly features including the component model proposal, plus expanded support for multimodal models and the latest OpenVINO plugin support. Join us to learn about the release highlights and future roadmap.
Tuesday June 10, 2025 12:10 - 12:15 HKT
Level 16 | Grand Ballroom I

12:15 HKT

13:45 HKT

Maintainer Meetup
Tuesday June 10, 2025 13:45 - 15:45 HKT
The Maintainer Meetup is for CNCF Maintainers to share best practices, dive into contributing processes, and solve common problems across projects.
Tuesday June 10, 2025 13:45 - 15:45 HKT
Level 20 | Salon 5
 
Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.