Loading…
Virtual Event
July 30–August 1, 2020
Learn More and Register to Attend This Event

To view the Chinese version of this schedule please go here.
请点击此处查看中文版本。


Please note: This schedule is automatically displayed in China Standard Time (CST). 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.
Customizing + Extending Kubernetes [clear filter]
Thursday, July 30
 

15:40 CST

High Density, Cloud Native Android in Kubernetes - Bin Yang & Chao Xie, Intel
Android have been spread to some use cases such as cloud and edge computing. One example is Android Cloud gaming, which runs many Android instance in Cloud and streaming encoded video to remote devices. This use case requires a solution to consolidate many Android runtime into single platform with little overhead, strong isolation and lessen management overhead.
This presentation proposes an innovate idea to run Android in Container to fit for the uses case of cloud computing and edge computing. Trough enhancement docker and Kubernetes, millions of Android instances are deployed and managed on Cloud easily. Prometheus is used to monitor the status of Android instance and managed instance simultaneously. Performance data show its impressive performance and good scalability.

Speakers
BY

Bin Yang

OS Architect, Intel
Bin is OS architecture in Intel cooperation. He focuses on Android internal, Container, virtualization, persistent memory, cloud computing, cloud gaming, and cloud IOT. He got computer science master from Zhejiang University in 2004. He holds multiple US patents and academic international... Read More →
C

chao

OS Architect, Intel
Chao is OS architecture in Intel cooperation. He focuses on Android internal, BSP , virtualization, and memory/scheduler optimization in Linux kernel. He got computer science master from Zhejiang University in 2004.


Thursday July 30, 2020 15:40 - 16:10 CST
Virtual Room 3

16:20 CST

Best Practice for Building Lightweight VM Cluster With Kubevirt - Yin Chengfeng, Baidu
Kubevirt, as a plugin to K8S, uses CRD extensions to provide K8S with the ability to manage virtual machines like containers.

However, VM cluster in Baidu not only manages the VM, but also manages VM related resources, such as network, custom images and image repositories, and user configuration. And thus, Kubevirt's support for those resources is not sufficient.

This talk will introduce how to use macvtap to implement a dual network adapters, connect to a centralized image service to manage VM images, and inject user configuration and password during the initialization process in a Kubevirt-based lightweight VM cluster. This talk will also cover how to deploy K8S and kubevirt in the edge environment to realize the virtual machine cluster management capabilities at the edge in Baidu.

Speakers
avatar for Yin Chengfeng

Yin Chengfeng

Senior Software Engineer, Baidu
ChengfengYin, Senior Software Engineer at Baidu.com. Solid experience in edge-computing and cloud-native related technologies. Supporters of open source projects and members of many open source project contribution teams. Participated and promoted the application of many open source... Read More →



Thursday July 30, 2020 16:20 - 16:50 CST
Virtual Room 3

17:00 CST

Intro: Kubernetes Multicluster SIG - Hongcai Ren, Huawei
SIG-Multicluster is focused on solving common challenges related to the management of multiple Kubernetes clusters, and applications that exist therein. We are responsible for designing, discussing, implementing and maintaining API’s, tools and documentation related to multi-cluster administration and application management. This includes not only active automated approaches such as Cluster Federation, but also those that employ batch workflow-style continuous deployment systems like Spinnaker and others. Standalone building blocks for these and other similar systems (for example a cluster registry), and proposed changes to kubernetes core where appropriate are in scope. In this intro we will give you an overview of the projects we're currently actively working on, how best to get involved, and what our future plans look like.

Speakers
avatar for Hongcai Ren

Hongcai Ren

Maintainer of Karmada, Huawei
Hongcai Ren(@RainbowMango) is the CNCF Ambassador, who has been working on Kubernetes and other CNCF projects since 2019, and is the maintainer of the Kubernetes and Karmada projects.


Thursday July 30, 2020 17:00 - 17:30 CST
Virtual Room 3

17:40 CST

Intro: Anatomy of a Kubernetes Release: Success Through Team and Tools - Sascha Grunert, SUSE & Daniel Mangum, Upbound
As Kubernetes is one of the biggest open-source projects worldwide, the creation of a new release can be an overwhelming topic. The major burden is not only to release a new version every three months, but also to provide stability and security fixes over the whole support period of a release.

In this talk, we will cover the details behind the lifecycle of a Kubernetes release. The presentation will contain everything from assembling the Release Team before the actual cycle begins up to maintaining the release branches, which provide continuous patch releases to the community. The talk will outline the technical process of branch management by covering all of the necessary stages during the release cycle. We will also demonstrate our Release Engineering tooling and dive into the design decisions we’ve made as a group that shape the overall process.

Speakers
avatar for Daniel Mangum

Daniel Mangum

Cloud Lead, Golioth
Dan has worked in a variety of infrastructure automation and distributed systems roles, building software that powers internal cloud platforms at some of the largest companies in the world. He is a long-time open-source contributor, serving in leadership roles in the Kubernetes community... Read More →


Thursday July 30, 2020 17:40 - 18:10 CST
Virtual Room 3

20:10 CST

Brings Federated Learning to Kubeflow With FATE-Operator - Layne Peng & Jiahao Chen, VMware
Federated Machine Learning (FML) is a one of the most promising machine learning technologies to solve data silos and strengthening of data privacy and security, which allows collaborating organizations to create models without leaking data privacy. FATE is an open source project providing a secure MPC framework to support FML architecture. The challenge of FML is how to coordinate different parties usually reside in different geographical location.

This talk will introduce how we do FML in Kubernetes by Kubeflow. The flexibility and scalability of Kubernetes helps a lot on customizing our platform requirements to fit FML. A FATE-Operator is designed to run FML jobs on Kubernetes, which fit FML into existed Kubeflow ecosystem.

In this session, audience will learning:
1. What is FML?
2. How to design a Kubernetes Operator;
3. The experience of running FML in Kubernetes.

Speakers
avatar for Jiahao Chen

Jiahao Chen

Software Engineer, Tencent
Jiahao Chen, software engineer at Tencent, specializes in container, network and distributed technology research, and is also actively involved in the construction of open source communities. During his tenure at Tencent, he led or participated in the completion of the construction... Read More →
avatar for Layne Peng

Layne Peng

Staff Researcher, VMware
Layne Peng is a tech lead in VMware's CTO Office, where he leads cutting-edge federated learning initiatives. Layne is a respected Technical Steering Committee member of both FATE and OpenFL. He is the primary maintainer of FATE, an open-source federated learning framework, and the... Read More →



Thursday July 30, 2020 20:10 - 20:40 CST
Virtual Room 3

20:50 CST

Go Cloud Native with Spring Cloud, Kubernetes and Buildpacks - Kylie Liang, Microsoft
Cloud computing is fast moving. For Java app, Spring Cloud simplifies distributed, microservice-style architecture by implementing proven patterns (e.g. service discovery, circuit breaker) to help you easily build a cloud-native app. However, you still need to face several critical cloud challenges to run and manage your cloud-native apps.
How to orchestrate resources to meet dynamically growing business needs? How to have more flexible process to accelerate the app deployment and management? How to achieve a seamless pipeline with advanced cloud monitoring and tracing solutions? Come to hear best practices to host Spring Cloud production on top of Kubernetes. The speaker will demonstrate how to easily deploy cloud-native apps to Microsoft Azure and accelerate your digital transformation with the power of Spring Cloud, Kubernetes, Cloud-Native Buildpacks and the cloud platform.

Speakers
avatar for Kylie Liang

Kylie Liang

Pincipal PM Lead, Microsoft
Kylie Liang is a principal PM lead at Cloud + AI Group of Microsoft where she is driving Azure Spring Cloud (a fully managed service jointly build and operated by Microsoft and Pivotal), Spring integration with Azure services and Azure toolkit for Java IDEs/Code editors. Prior to... Read More →



Thursday July 30, 2020 20:50 - 21:20 CST
Virtual Room 3

21:30 CST

Intro: K8s VMware User Group: Out-of-tree Cloud Provider and CSI Storage Migration - Steven Wong & Myles Gray, VMware
This is a presentation by the recently formed Kubernetes VMware User Group. This group addresses running all forms of Kubernetes on VMware infrastructure. Kubernetes is in the process of deprecating the cloud provider and storage plugins that have historically been built into the source tree and directly packaged with many distributions. The new out-of-tree cloud provider and CSI storage plugin are now recommended for production use. The legacy plugins are no longer getting feature upgrades. However, when running on older hypervisor or Kubernetes releases, choices may be constrained. This session will cover the in vs out-of-tree feature and compatibility matrix, offer guidance on migration to out-of-tree - and cover documentation and support resources.

Speakers
avatar for Steven Wong

Steven Wong

Staff Engineer, VMware
Steve Wong has been active in the Kubernetes community since 2015. He is a co chair of the CNCF Working Group. Steve is co-chair of the VMware User Group on the Kubernetes project. He has implemented industrial control systems for many factories, pipelines, and process control systems... Read More →
avatar for Myles Gray

Myles Gray

Staff Technical Marketing Architect, VMware



Thursday July 30, 2020 21:30 - 22:00 CST
Virtual Room 3
 
Friday, July 31
 

15:40 CST

Intro: Provider IBM Cloud - Sahdev Zala & Richard Theis, IBM
The Provider IBM Cloud is a subproject of the Cloud Provider SIG. In this session, the Provider IBM Cloud leads will provide an introduction of the project, and brief about the activities and GitHub repo on Kubernetes Cluster API Provider IBM Cloud. This will be followed by an overview of IBM Provider used by IBM Cloud Kubernetes Service (IKS) and Red Hat OpenShift on IBM Cloud, and how the provider leverages the Kubernetes Cloud Controller Manager. The session should be informative to anyone with interest in the Kubernetes Provider IBM Cloud subproject.

Speakers
avatar for Richard Theis

Richard Theis

Senior Software Engineer, IBM
Richard Theis is a Senior Software Engineer in the IBM Cloud division. In his current role, Richard leads Kubernetes and OpenShift update development and support for IBM Cloud Kubernetes Service and Red Hat OpenShift on IBM Cloud. He is a co-chair of the Kubernetes provider IBM Cloud... Read More →
avatar for Sahdev P. Zala

Sahdev P. Zala

Senior Technical Staff Member, Open Source Developer, IBM
Sahdev Zala is a Senior Technical Staff Member at IBM Research. He is an open source developer for over a decade and currently contributes to the PyTorch and Kubernetes. He serves as a maintainer for the CNCF etcd project. Previously, Sahdev was a maintainer in the OpenStack project... Read More →



Friday July 31, 2020 15:40 - 16:10 CST
Virtual Room 3

16:20 CST

Serverless Container With Extreme Low Overhead and High Performance - Feng Shaobao, Huawei
Serverless compute engines,like Fargate on AWS,ACI on Azure,CloudRun on Google and CCI on HuaweiCloud, emerges on public cloud platforms since 2018,with these services, users can easily launch their computing task on clouds, without provisioning and managing their servers.Although the billing can be computed by the second, which can reduce many costs for users, there is still no end for cloud providers when refering to reducing costs while perserving a high performance.

In this session, we will share how we reduce our management costs through offloading, management slimming, and schedule optimizing. we provides container service with extremly low overhead. Also, we will give a breaf introduction on how we improve the performance of tasks from different industris such as gene computing, big data processing, and deep learning.

Speakers
avatar for Shaobao Feng

Shaobao Feng

Principal Engineer, Huawei Cloud
Shaobao is Principal Engineer working on Huawei Cloud, with his work focusing on the Serverless Platforms. He has been a leader in building secure container runtime of the first Serverless Kubernetes on public cloud. He is the main code contributor and maintainer of the open source... Read More →


Friday July 31, 2020 16:20 - 16:50 CST
Virtual Room 3

17:00 CST

Deep Dive: Volcano - Da Ma & Zhonghu Xu, Huawei
Volcano is a batch system built on Kubernetes. It provides a suite of mechanisms that are commonly required by many classes of batch & elastic workload including: machine learning/deep learning, bioinformatics/genomics and other "big data" applications. These types of applications typically run on generalized domain frameworks like TensorFlow, Spark, PyTorch, MPI, etc, which Volcano integrates with. This deep dive session will will give an introduction on project Volcano, including the features that required by many batch/elastic workload, e.g. big data, AI, and HPC. And demonstrate the benefit of using Volcano in those scenarios. At the end of the session, the roadmap and future plan will be introduced and the target scenarios.

Speakers
avatar for Klaus Ma

Klaus Ma

Architect, @huawei-cloudnative
Team leader, system architect, designer, software developer with 10+ years of experience across a variety of industries and technology bases, including cloud computing, machine learning, bigdata and financial services.Founder of Volcano & kube-batch, Kubernetes SIG-Scheduling Emeritus... Read More →
ZX

Zhonghu Xu

Developer, Huawei


Friday July 31, 2020 17:00 - 17:30 CST
Virtual Room 3
 
  • Timezone
  • Filter By Date Cloud Native + Open Source Virtual Summit China 2020 Jul 30 -Aug 1, 2020
  • Filter By Venue Venues
  • Filter By Type
  • Application + Development
  • Breaks
  • Case Studies
  • CI/CD
  • Community
  • Customizing + Extending Kubernetes
  • Keynote Sessions
  • Machine Learning + Data
  • Networking
  • Observability
  • Open Source Ecosystem Sessions
  • Operations
  • Performance
  • Runtimes
  • Security + Identity + Policy
  • Serverless
  • Service Mesh
  • Storage
  • Content Experience Level

Filter sessions
Apply filters to sessions.