Loading…
Virtual Event
August 17–August 20, 2020
Learn More and Register to Attend This Event

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 Europe 2020 - Virtual to participate in the sessions. If you have not registered but would like to join us, please register here.

Please note: This schedule is automatically displayed in Central European Summer Time (CEST). 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.
Serverless [clear filter]
Tuesday, August 18
 

13:00 CEST

Stateful Serverless and the Elephant in the Room - Stephan Ewen, Ververica
Kubernetes and FaaS have solved most of the challenges of dealing with stateless applications. But when it comes to handling state, it quickly becomes “someone else's problem”. Because of that, we have struggled with the same issues of data consistency and complex failure semantics for the past decade. For stateful applications, we are still far from the smooth development and operations experience associated with serverless.
Stateful Functions is a new pattern to solve this problem. It uses containerized, event-driven functions with a stream processor (Apache Flink), not a database, to manage the state and handle the messaging between functions. This talk walks through the ideas behind Stateful Functions and shows how this simple framework solves the problem of consistency and failure semantics within and across functions, at the same time staying true to the serverless experience.

Speakers
avatar for Stephan Ewen

Stephan Ewen

CTO, Ververica
Stephan Ewen is a committer and Project Management Committee member of the Apache Flink project. He is one of the original creators of Apache Flink and a co-founder and CTO of Ververica (formerly data Artisans), a Berlin-based company that is bringing real-time data applications to... Read More →



Tuesday August 18, 2020 13:00 - 13:35 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Serverless

13:45 CEST

Using Argo and Knative to Orchestrate Media-intensive Services in 5G Edge - David Breitgand, IBM
Kubernetes is at the core of the cloud-native transformation. In this talk, we will discuss how Argo Workflows, Argo Events and Knative can help with cost-efficient and extremely flexible orchestration of complex network-intensive services on Kubernetes. We will discuss a Knative based deployment of Argo Workflow and Argo Events and demonstrate how we used these technologies in 5G-MEDIA (http://www.5gmedia.eu/) to orchestrate media intensive network services, such as tele-immersive gaming and mobile journalism in a 5G Edge. We argue that CNCF technologies can very efficiently complement traditional orchestration tools used by telcos, such as OSM, which are not sufficiently flexible to orchestrate highly dynamic session-oriented container based workloads of this kind.

Speakers
avatar for David Breitgand

David Breitgand

Research Scientist, Senior Technical Staff Member, IBM
David Breitgand is a technical leader at the Cloud and Data Technologies group in IBM Haifa Research Lab, Israel. He received his Ph.D. in Computer Science from the Hebrew University of Jerusalem in 2003. He is a member of the 5G-MEDIA and CloudButton projects focusing on applying... Read More →



Tuesday August 18, 2020 13:45 - 14:20 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Serverless

14:30 CEST

Expanding Serverless to Scale-out Kubeflow Pipelines - Yaron Haviv, Iguazio
Serverless frameworks enable devops automation, resource allocation on demand and auto-scaling. However, so far they only addressed event-driven workloads and not distributed, batch oriented data science tasks like data preparation and ML training. Orit Nissan-Messing will introduce the recently announced Nuclio ML Functions which is tightly integrated with Kubeflow and extends the Nuclio open-source serverless framework to auto-scaling machine learning, training and data preparation tasks. Nuclio ML functions automatically tracks experiments and artifacts, is seamlessly integrated with Kubeflow pipelines and eliminates a significant amount of devops. Participants will learn how to work with Kubeflow and Nuclio to enable CI/CD for their machine learning workloads, enabling performance and horizontal scaling, while cutting infrastructure costs and tedious development tasks.

Speakers
avatar for Yaron Haviv

Yaron Haviv

CTO, Iguazio
Yaron Haviv is a serial entrepreneur who has deep technological experience in the fields of ML, big data, cloud, storage and networking. Prior to Iguazio, Yaron was the Vice President of Datacenter Solutions at Mellanox, where he led technology innovation, software development and... Read More →



Tuesday August 18, 2020 14:30 - 15:05 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Serverless

17:45 CEST

It’s a Polyglot World of Stateless Functions and Stateful Actors - Yaron Schneider & Aman Bhardwaj, Microsoft
Serverless applications are becoming dominate, but all too often they fall short by only supporting stateless functions, when most applications are polyglot in nature and combine both stateless and stateful services. What’s more when you write code, it's not portable across different clouds and hosting platforms. In this session we will dive into the Distributed Application Runtime, Dapr, an open source, vendor neutral project that has gained community attention as it enables developers to combine highly portable, stateless functions and stateful actors using any language or developer framework of their choice. With built in state management, distributed tracing based on Open Telemetry and pub/sub based on Cloud Events you can take advantage of Dapr to build highly available serverless applications that run on any cloud.

Speakers
AB

Aman Bhardwaj

Principal Engineering Manager, Microsoft
Aman is a principal engineering manager working with Azure Container Compute team building programming models for distributed microservices applications and is an OSS advocate. He has built several actor developer frameworks in different language that have enabled developers to build... Read More →
YS

Yaron Schneider

Principal Software Engineer, Microsoft
Yaron is a principal software engineer working on OSS technologies in the Azure incubations team. He is a core maintainer on the Distributed Application Runtime, Dapr https://github.com/dapr and the KEDA https://github.com/kedacore/keda projects. Yaron likes to write lots of code... Read More →



Tuesday August 18, 2020 17:45 - 18:20 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Serverless
 
Wednesday, August 19
 

13:00 CEST

Cloudstate—Towards Stateful Serverless - Jonas Bonér & James Roper, Lightbend
The Serverless experience is revolutionary and will grow to dominate the future of Cloud. FaaS however—with its ephemeral, stateless, and short-lived functions—is only the 1st step. It's great for processing-intensive, parallelizable workloads, but limited in use-cases, making it hard to impl general-purpose apps.

What’s needed is a next-gen Serverless platform for general-purpose app dev for our new world of real-time data & event-driven systems. What’s missing is: ways to manage distributed state in a scalable & available fashion, long-lived stateful services, ways to co-locate data & processing, and options for data consistency.

This talk will discuss challenges, requirements, and introduce you to our proposed solution: CloudState—an OSS project building next-gen Stateful Serverless on Akka, gRPC, Kubernetes & GraalVM, with client support for Go, JavaScript, Java, Swift and more.

Speakers
avatar for Jonas Bonér

Jonas Bonér

CTO, Lightbend
Jonas Bonér is founder and CTO of Lightbend, creator of the Akka project, initiator and co-author of the Reactive Manifesto, Chair of the Reactive Foundation, and a Java Champion. Learn more at: http://jonasboner.com... Read More →
avatar for James Roper

James Roper

Cloud Architect, Lightbend
James is a long time open source contributor and Reactive systems expert. He is the creator of Cloudstate, the framework that brings distributed state management to the serverless world. He also created the Lagom Reactive microservices framework and is a core contributor to Play... Read More →



Wednesday August 19, 2020 13:00 - 13:35 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Serverless

13:45 CEST

Serverless Integration on Kubernetes with Apache Camel K - Nicola Ferraro, Red Hat
“Serverless” is one of the most trending paradigms for designing applications, but what most early adopters find out is that doing something more than a “Hello World!” is hard. The more your application is deconstructed into smaller pieces, the more you need better communication patterns. Real-life applications also interact with tons of external systems and managing this complexity is hard.

Camel K is a lightweight integration platform for Kubernetes created specifically to address these issues. It’s based on Apache Camel, the most powerful open source integration framework, and it leverages Knative to deliver integration patterns in a serverless way.

We will show how Camel K works under the hood and, with coding examples, we’ll also demonstrate how Camel K makes it easy is to connect (almost) anything using integration patterns and the 300+ components that Apache Camel provides.

Speakers
avatar for Nicola Ferraro

Nicola Ferraro

Principal Software Engineer, Red Hat
Nicola Ferraro is a Principal Software Engineer at Red Hat. He is Apache Camel PMC member and co-creator of Camel K, the serverless integration platform for Kubernetes. He often contributes to Knative, Syndesis and the Fabric8 development tools for Kubernetes.



Wednesday August 19, 2020 13:45 - 14:20 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Serverless

17:40 CEST

Cloud Event Horizon - Ian Coffey, VMware
Cloudevents offers a useful specification which can help facilitate new patterns and innovation in several areas of tech. In this session, we will use a hands-on machine learning example to explore how Cloudevents and evented systems can work together. First we will perform an experiment by combining CloudEvents with BentoML and Tektoncd to explore the cross-section of events, machine learning models and CI/CD pipelines. Then, we will use the Kubeflow KFServing project to deploy our models inference service into a canary setup.

Speakers
avatar for Ian Coffey

Ian Coffey

OSS ML Engineer, VMware
Ian Coffey has been in the platform and infrastructure business for 16 years and currently works on open source machine learning software at VMware. Away from work, Ian’s free time is usually spent adventuring with his wife and two little girls. He has an affinity for old amps and... Read More →



Wednesday August 19, 2020 17:40 - 18:15 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Serverless
 
Thursday, August 20
 

17:20 CEST

Going Containerless with WebAssembly - Kevin Hoffman, Capital One
WebAssembly is the future of distributed computing. This session explains what WebAssembly is, how it works outside the browser, and why people at a cloud conference should take notice. Attendees will learn how, with the use of a few open source projects, building functions and services in WebAssembly can be easier, faster, and more secure than building traditional services. Demonstrations will include building systems that engage in low-level, RPC-style communication between the runtime host and guest module, then advancing to the examination of a host runtime written in Rust that dynamically and securely binds zero-trust WebAssembly functions and services with high-privilege capability plugins like message broker providers, key-value stores, and more (also written in WebAssembly!).

Speakers
avatar for Kevin Hoffman

Kevin Hoffman

Chief Technology Officer, Cosmonic
Kevin has spent his career building distributed systems and teaching others how to do the same. Ever since WebAssembly was first discussed, he has seen its potential and has been using it to build commercial products and open source projects. He is the author of "Programming WebAssembly... Read More →



Thursday August 20, 2020 17:20 - 17:55 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Serverless
 
  • Timezone
  • Filter By Date KubeCon + CloudNativeCon Europe 2020 Aug 17 -20, 2020
  • Filter By Venue Virtual
  • Filter By Type
  • 101 Track
  • Application + Development
  • Breaks
  • Case Studies
  • CI/CD
  • CNCF Membership Benefits Office Hours
  • Co-Located Events
  • Community
  • Customizing + Extending Kubernetes
  • Experiences
  • Expo Hall
  • FinOps Summit
  • Keynote Sessions
  • Lightning Talk Sessions
  • Machine Learning + Data
  • Maintainer Track Sessions
  • Meet the Maintainers
  • Networking
  • Observability
  • Operations
  • Performance
  • Runtimes
  • Security + Identity + Policy
  • Serverless
  • Service Mesh
  • Storage
  • Tutorials
  • Content Experience Level

Twitter Feed

Filter sessions
Apply filters to sessions.