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.
Community [clear filter]
Tuesday, August 18
 

13:00 CEST

Be a Good Corporate Citizen in Kubernetes - Dawn Foster, VMware
As an employee, it can be difficult to strike the right balance between the needs of the company and the needs of the open source Kubernetes project. This can create friction and put significant pressure on employees who participate in Kubernetes on behalf of their company when the needs of the individual, the company, and the community are not aligned. This talk will focus on ways to create this alignment between individuals, companies, and the community required to be successful participants in Kubernetes.

The talk contains three major sections:
* How collaboration happens within the Kubernetes project.
* How to build a strategy for participation that will benefit your company, your employees, and the Kubernetes community.
* Tips for being a good corporate citizen as you contribute to Kubernetes.

Speakers
avatar for Dawn Foster

Dawn Foster

Director of Open Source Community Strategy, VMware
Dawn is the Director of Open Source Community Strategy at VMware within the Open Source Program Office. She has 20+ years of experience at companies like Intel and Puppet with expertise in community building, strategy, open source software, metrics, and more. She is passionate about... Read More →



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

13:45 CEST

Kubernetes? But I'm a Product Manager… - Matthew McNeeney, Independent & Miguel Luna, VMware
Good product teams care deeply about their users and the experience they provide to them, yet many Product Managers shy away from conversations about Kubernetes, believing that it’s something for their engineering counterparts to think about. But this is a critical mistake; many of the benefits Kubernetes brings can be harnessed to deliver better products, faster.

The Kubernetes.io tagline is ‘Production-Grade Container Orchestration’, so it’s easy to see why Product Managers tend to leave it aside as an engineering concern. But much of the innovative work happening in the ecosystem can be used to ship software faster and deliver great user experiences. This talk will cover how Product Managers building different types of software can utilise features in Kubernetes to build extensible, scalable and cloud-agnostic products that drive better customer outcomes.

Speakers
avatar for Matt McNeeney

Matt McNeeney

Product Manager, Independent
Matt is a Product Manager who has spent the last few years building products that enable developers to easily discover and consume the tools they need to get their applications into production. Matt has presented talks on all things marketplaces and service brokers at various conferences... Read More →
avatar for Miguel Luna

Miguel Luna

Senior Product Manager, VMware
Miguel is a Senior Product Manager at VMware involved in projects aimed at leveraging the automation benefits of Kubernetes Operators for Enterprise users. Miguel has an Industrial Engineering background and was previously leading the handset and devices product program at the British... Read More →



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

14:30 CEST

Building the Next Generation of Release Notes for Kubernetes and Beyond - Sascha Grunert, SUSE
Kubernetes is an open source project with a high velocity of PRs and releases. While the activity and interest in the project is awesome, communicating these changes to end users becomes difficult. For a long time, each release would generate a new release notes markdown document that required manual cleanup and curation. In recent months the format has been reconsidered and completely restructured. The majority of content in the previous markdown has become a widely used website!

Generating and publishing release notes for open source projects can be a pain point, especially as a project grows. Imagine if there was a solution usable with many different projects? This talk will go over the history of Kubernetes release notes, the current state of relnotes.k8s.io, and future plans for automated publishing of release notes and notifications.


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

14:30 CEST

Panel: CNCF Ambassadors: Building the Cloud Native Community –  Ihor Dvoretskyi, CNCF; Kasper Nissen, Lunar; Alison Dowdney, Weaveworks; Jessica Andersson, Meltwater; & Saiyam Pathak
As the adoption of Cloud Native increases, the need for local communities increases. End users are looking for others in similar situations to share experiences and learn from each other. CNCF helps and supports local organizers through the meetup and ambassador program. In this session, the panelists will share their experiences in building and scaling local communities around the Cloud Native ecosystem. How can you get started? Where do you find speakers and venues? How to keep the momentum? These are just a few of the questions the panelists will try to answer.

Speakers
avatar for Kasper Borg Nissen

Kasper Borg Nissen

Lead Platform Architect, Lunar
Kasper is a Cloud Native Computing Foundation Ambassador, and co-founder of the Nordic meetup alliance, Cloud Native Nordics, where he serves as Community Lead. He works as Lead Platform Architect at Lunar. He has worked at Lunar for 6 years, and is one of the architects behind the... Read More →
avatar for Alison Dowdney

Alison Dowdney

Customer Reliability Engineer, Weaveworks
Alison is a Customer Reliability Engineer at Weaveworks, a CNCF ambassador and an active member of SIG Contributor Experience for the Kubernetes project. She is passionate about helping others get more involved with the cloud native community. Coming from a startup background, she... Read More →
avatar for Ihor Dvoretskyi

Ihor Dvoretskyi

Developer Advocate, Cloud Native Computing Foundation
Ihor Dvoretskyi is a Developer Advocate at Cloud Native Computing Foundation (CNCF), closely working with the open source communities within the Cloud Native ecosystem (including Kubernetes, Helm, and others).At CNCF, Ihor helps in driving multiple developer relations programs, including... Read More →
avatar for Saiyam Pathak

Saiyam Pathak

Field CTO, Civo
Saiyam is working as Field CTO at Civo with a focus on defining the Civo cloud platform for simplifying Kubernetes and making it accessible for developers. Previously at Walmart Labs, Oracle, and HP, Saiyam has worked on many facets of k8s including machine learning platform, scaling... Read More →
avatar for Jessica Andersson

Jessica Andersson

Product Area Lead Engineering Enablement, Kognic
Jessica is Product Area Lead for Engineering Enablement at Kognic, providing products and services for internal development teams. Jessica is also a CNCF Ambassador and engaged in the Nordic and local Meetup communities, as an attendee, speaker and organizer.



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

17:45 CEST

Developing the Kubernetes Python Client - Scott Lee, Facebook
The Kubernetes Python client allows users to programmatically interact with clusters using the Python language. With Python being one of the most popular programming languages, the Python client provides a way for those unfamiliar with Golang to still reap the benefits of a code interface to Kubernetes. This session will cover the repositories and resources that are used to generate the Python client and dive into examples of how the client is used.

This talk will also cover how to get involved as a contributor to the Python client by covering processes and resources.

Note: Brendan Burns gave a talk titled "!go, Interacting with and Extending Kubernetes in a Polyglot World" but it covered Kubernetes clients generally while this talk is specifically about the Kubernetes Python client and dives deeper into the nuances of the client and how to get involved as a contributor.

Speakers
avatar for Scott Lee

Scott Lee

Systems Engineer, Facebook
Scott Lee is a contributor to the Kubernetes project, mainly to the Kubernetes Python client. He also contributes to Kubeflow test infra.



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

18:30 CEST

State of Kubernetes in Africa - Tunde Oladipupo, Independent & Tunde Olu-isa, VMware
As Kubernetes adoption proliferates across different continents, we want to present the state of enterprises’ and startups’ adoption of Kubernetes in African countries. We will highlight the unique set of challenges that they face during migration to Kubernetes. These enterprises are looking for ways to improve and optimize infrastructure, and adopt cloud-native technologies. Startups want to build innovations on cloud-native architecture for rapid prototyping of their products, quick scalability as their businesses grow, and cost-saving on infrastructure.

In this talk, we will share the factors enabling and hindering the adoption of Kubernetes, community presence and its growth in Africa. We will share how people are contributing to Kubernetes and highlight some of the challenges they face in their journey.

Speakers
TO

Tunde Olu-isa

Managing Consultant, Oteemo
Tunde is currently the Chief Architect at the Department of Defense, Platform One, and Managing Consultant at Oteemo. Tunde worked at  VMware, Heptio, and IBM. Tunde brings a range of experience in Enterprise IT, having worked at financial services institutions, SaaS companies, and... Read More →
TO

Tunde Oladipupo

Kubernetes Consultant, Independent
Tunde Oladipupo is a Cloud Native Consultant and was the SIG-Release Docs Lead for 1.16. He has a keen interest in system reliability and observability. Also, Tunde is passionate about training students in universities in Africa on open source contributions and using technologies... Read More →



Tuesday August 18, 2020 18:30 - 19:05 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Community
 
Wednesday, August 19
 

13:00 CEST

How to Work in Cloud Native Security: Demystifying the Security Role - Justin Cormack, Docker
Working in security can be intimidating and the shortage of people in the space makes hiring difficult. But especially in cloud native environments, security is something everyone must own. If you’ve ever asked yourself, “what does it take to work in security in a cloud native environment? How can you move into security from a dev or an ops position? Where should you start and what should you learn about?” then this talk is for you.

Justin Cormack, Security Lead at Docker and member of CNCF SIG Security will share his personal experience gradually moving from ops to dev to security, the reasons for his transitions, and what he learned along the way. He will break down why security really is one of the most interesting and different areas to specialize in and why working in security might be for you.

Speakers
avatar for Justin Cormack

Justin Cormack

Chief Technology Officer, Docker, Inc
Justin is the CTO at Docker, and a member of the CNCF TOC. He has spent a lot of time working on security in the container ecosystem. He is a maintainer on the Notary project for container security.



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

13:45 CEST

Effective Kubernetes Onboarding - Kathleen Juell, DigitalOcean
Kubernetes has a steep learning curve, but many teams need to learn Kubernetes – quickly. This talk will cover strategies for onboarding developers to Kubernetes, taken from DigitalOcean's Developer Education team – the producers of DO's Community tutorials – and the Community Platform team, which develops the Community application. It will include 1. Core concepts and insights from DO's new Kubernetes for Full-Stack Developers curriculum; 2. An on-the-ground perspective taken from the Community Platform team's migration from a traditional VM environment to Kubernetes.

Key concepts the talk will cover:
1. How to onboard teams successfully by establishing knowledge baselines and effectively organizing, structuring, and delivering Kubernetes concepts.
2. How to situate Kubernetes in a larger arc of application development and integrate it into an existing development workflow.

Speakers
avatar for Kathleen Juell

Kathleen Juell

Developer, DODX, DigitalOcean
Kathleen Juell is a Developer on the DODX team at DigitalOcean. She co-designed and contributed to the new Kubernetes for Full-Stack Developers curriculum, and worked on migrating DigitalOcean\'s Community Platform to Kubernetes. The talk will be a blend of perspectives from both... Read More →



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

14:30 CEST

Neuro-Inclusivity: The Future of the Tech Industry - Kiran "Rin" Oliver, Independent & Leena Haque, BBC
According to a 2018 report from Tech Nation, 83% of the tech community in the UK believe their biggest challenge is accessing skilled workers. Too many talented people are going unnoticed by recruiters. As a result, there’s been much focus on attracting talent of all ethnicities and genders, but there’s a growing view emerging that more needs to be done in the area of neurodiversity.

Many cloud native companies are answering this issue by creating initiatives to hire neurodivergent people. Often, an entire division of recruiting/HR is dedicated to sourcing these individuals. There’s just one problem: They don't actually know what to do next. This panel will go into those next steps, in particular, focusing on on-boarding, retaining, and creating a welcoming work environment for neurodivergent individuals in today’s Kubernetes-based, cloud-native landscape.

Speakers
avatar for Rin Oliver

Rin Oliver

Content Marketing Manager, Esper
Rin is the Content Marketing Manager at Esper. They enjoy discussing all things open source, with a particular focus on diversity in tech, improving hiring pipelines in OSS for those that are neurodivergent, and removing accessibility barriers to learning programming. Rin is also... Read More →
avatar for Leena

Leena

Senior UX Designer, BBC
Leena is currently a Senior UX Designer at the BBC and also co-founder for a creative initiative called CAPE (Creating A Positive Environment) The aim of CAPE is to promote the idea that differences in brain functioning, such as autism and dyslexia, are not disabilities, but natural... Read More →



Wednesday August 19, 2020 14:30 - 15:05 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Community

16:55 CEST

Stress and Mental Health in Technology - Dr Jennifer Akullian, Growth Coaching Institute
Expanding on her Kubecon 2019 talks on ‘Mental Health in Tech,’ Jennifer (psychologist and founder of GCI) will deep dive into the impact of industry stress and burnout. Research suggests the prevalence of diagnosed mental health conditions in tech professionals ranges between 20-50%. While this is notably high, mental health is further exacerbated by stress, a condition nearly all professionals in technology grapple with. Attendees are encouraged to view one of Jennifer’s 2019 Kubecon talks prior to attending “Stress and Mental Health in Technology.” In her follow-up, time will be dedicated to the impact of stress on productivity and effectiveness, and will include ways in which its aversive effects can be managed. 
Why are so many professionals in tech burning out? Why are so many diagnosed with mental health conditions? Why is working in technology so stressful? Why is stress minimized and accepted as part of the job? Why aren't we giving this more attention considering the impact work-related stress has on nearly every area of our lives, including overall functioning, health and well-being? What can we do about this? Come learn more about this pertinent topic and be part of the discussion with dedicated time for Q&A.

Speakers
avatar for Dr. Jennifer Akullian

Dr. Jennifer Akullian

Founder | Psychologist, Growth Coaching Institute
Jen is a former psychologist, focusing her work in technology since 2015. Founder and Executive Coach at Growth Coaching Institute, much of her work focuses on cognitive health and managing industry-specific challenges and burnout, to allow motivated top performers to excel and find... Read More →



Wednesday August 19, 2020 16:55 - 18:15 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Community
 
Thursday, August 20
 

14:30 CEST

Panel: Navigating Your Career in Open Source - Megan Bigelow & Rachel Leekin, VMware; James Munnelly, Independent; Ria Bhatia, Independent; & Faz Sadeghi, Red Hat
The goal of this panel is to share with a broad audience that it does not require a singular path or skill-set to arrive into this space. Additionally, everyone sitting on this panel has access and privilege that must be acknowledged, so we will also dive into what they are doing personally, with this access, to effect positive change within their sphere of influence and how others can do the same.

Panelists will engage in an honest discussion framed by the following questions:

Discuss your career journey, how did you get where you are?
Where do you think you got help in getting where you are?
What personal steps are you taking to ensure open source, and particularly Kubernetes, is a community that has opportunities for a broader audience (read: those outside of dominant culture)?
What’s one key piece of information you want the audience to take away from this talk?

Speakers
avatar for Ria Bhatia

Ria Bhatia

Program Manager, Independent
Ria Bhatia was a Program Manager for Upstream Azure Compute within Microsoft. She's been working with the community on different ways to scale in Kubernetes and operate Kubernetes. She actively maintains Virtual Kubelet and has spoken at multiple meetups and conferences, including... Read More →
avatar for James Munnelly

James Munnelly

Solutions Engineer, Independent
James is a Solutions Engineer at Jetstack, which involves helping customers bend and break Kubernetes to their will. He helps maintain a number of extensions to Kubernetes, including cert-manager (a Kubernetes native x509 certificates platform), kubernetes-sigs/kind (Kubernetes-in-Docker... Read More →
MB

Megan Bigelow

Director of Customer Reliability Engineering, VMware
Megan is the Director of Customer Reliability Engineer at VMware, where she leads of team of engineers, writers and program managers whose goal is to ensure our customer’s Kubernetes environments are reliable. Megan is also the board president and founder of PDXWIT, a non-profit... Read More →
FS

Faz Sadeghi

Senior Specialist Solution Architect, Red Hat
Faz is a Senior Specialist Solution Architect at Red Hat focusing on advanced automation. She has over 10 years of experience in system administration, infrastructure and data center automation in scientific systems & software and enterprise applications. She focuses on doing all... Read More →
avatar for Rachel Leekin

Rachel Leekin

Cloud Native Field Engineer, VMware
Rachel Leekin is currently a Cloud Native Field Engineer in the Modern Application Business Unit at VMware. Previously, she was a Cloud Architect at IBM. She works with enterprises to implement their cloud native initiatives. She holds a B.A in Computer Science and currently obtaining... Read More →



Thursday August 20, 2020 14:30 - 15:05 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Community

17:20 CEST

From Infrastructure Bro to Hacker Chick: A Cloud Native Journey - Kris Nóva, Independent
Her first commit to Kubernetes was made under a name she no longer uses, by a person who no longer exists. Until now she has done her best to keep this information a secret, and lives full time as a well known transgender engineer.

In this talk she publicly reveals the commit log for the first time, and tells her unique story about her personal journey with cloud native technologies. The fact that she has experienced cloud native from both sides of the gender spectrum gives her unique insight into the tooling, and more importantly the processes in place for contributing.

She draws striking parallels with her personal epiphanies in her career, with the maturity of the cloud native ecosystem by using three simple words: shame, adoption, victory.

The talk explores the three lessons in detail from the perspective of a veteran cloud native engineer. She hopes to inspire all.

Speakers
avatar for Kris Nóva

Kris Nóva

Chief OSS, Sysdig
Kris Nova, Chief Open Source Advocate at Sysdig, focuses on security, intrusion detection, and the Linux kernel with Kubernetes and eBPF. As an active advocate for open source, Nova is an ambassador for the CNCF and the creator of kubicorn, a successful Kubernetes infrastructure management... Read More →



Thursday August 20, 2020 17:20 - 17:55 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Community

18:05 CEST

Open Source Adulthood: What We Learned About Growing Up - Jean-Philippe Evrard, SUSE & Kendall Nelson, OpenStack Foundation
With dozens of companies and countries, with thousands of people contributing to a single open source project, the community is bound to face some growing pains. On the rise there are more and more people every day hoping to contribute their new feature whether it actually fits in the project or not. For a while there are more resources than community knows what to do with, but eventually, a new project will come along and hopefully they can learn from the challenges that the projects before them faced. In this talk, attendees will learn about one open source community's rise in popularity and the transition to stable, mature project. Attendees will learn from the struggles of the OpenStack community and will be able to take the lessons we learned back to the Kubernetes and other CNCF communities.

Speakers
avatar for Kendall Nelson

Kendall Nelson

Senior Upstream Developer Advocate, The OpenInfra Foundation
Kendall is a Senior Upstream Developer Advocate at the OpenInfra Foundation based in Minnesota. She first started working in open source in 2015 and has since evolved in focus to integrate open source projects like OpenStack and Kubernetes. When she is not bringing people into open... Read More →
JE

Jean-Philippe Evrard

Owner, TLaaS
Jean-Philippe Evrard is a learner, problem solver, solutions bringer. Worked at SUSE, Rackspace, Belnet (Telco), and in multiple banks. He was member (and chair) of the OpenStack Technical Committee. He was the project team lead of an OpenStack community named OpenStack-Ansible. He... Read More →



Thursday August 20, 2020 18:05 - 18:40 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
  Community

18:05 CEST

Public Technical Oversight Committee (TOC) Meeting – Liz Rice, Aqua Security; Katie Gamanji, American Express; Saad Ali, Google; Justin Cormack, Docker; Michelle Noorali, Microsoft; Sheng Liang, Rancher; Matt Klein, Lyft– Liz Rice, Aqua Security; Alena Pr
The Technical Oversight Committee (TOC) provides technical leadership to the cloud-native community. The CNCF will host a public TOC meeting, inviting the community to discuss various agenda items along with holding an open Q&A for the community with TOC members.

Moderators
avatar for Chris Anisczcyk

Chris Anisczcyk

CTO, Linux Foundation (CNCF)
Chris Aniszczyk is an open source executive and engineer with a passion for building a better world through open collaboration. He's currently a CTO at the Linux Foundation focused on developer relations and running the Open Container Initiative (OCI) / Cloud Native Computing Foundation... Read More →

Speakers
avatar for Liz Rice

Liz Rice

Chief Open Source Officer, Isovalent
Liz Rice is Chief Open Source Officer with eBPF specialists Isovalent, creators of the Cilium project. She was chair of the CNCF's Technical Oversight Committee 2019-2022, and Co-Chair of KubeCon + CloudNativeCon in 2018. She is also the author of O'Reilly books "Learning eBPF" and... Read More →
avatar for Justin Cormack

Justin Cormack

Chief Technology Officer, Docker, Inc
Justin is the CTO at Docker, and a member of the CNCF TOC. He has spent a lot of time working on security in the container ecosystem. He is a maintainer on the Notary project for container security.
avatar for Saad Ali

Saad Ali

Senior Engineering Manager, Google
Saad Ali is a Senior Engineering Manager at Google. He works on the open-source Kubernetes project, and has led the development of the Kubernetes storage and volume subsystem. He serves as a lead of the Kubernetes Storage SIG, has served as member of the CNCF Technical Oversight Committee... Read More →
avatar for Matt Klein

Matt Klein

Software Engineer, Lyft
Matt Klein is a software engineer at Lyft and the creator of Envoy. He has been working on operating systems, virtualization, distributed systems, networking, and making systems easy to operate for nearly 20 years across a variety of companies. Some highlights include leading the... Read More →
avatar for Michelle Noorali

Michelle Noorali

Senior Software Engineer, Microsoft
Michelle Noorali is a Sr. Software Engineer at Microsoft and was Co-Chair for KubeCon+CloudNativeCon 2017. She is a member of the CNCF Technical Oversight Committee and serves as a developer representative on the CNCF Governing Board. Michelle is also a core maintainer of several... Read More →
avatar for Sheng Liang

Sheng Liang

CEO, Rancher Labs
Sheng is the Co-Founder and CEO of Rancher Labs. Prior to starting Rancher, Sheng was CTO of the Cloud Platforms group at Citrix Systems after their acquisition of Cloud.com, where he was co-founder and CEO. Sheng started his career as a Staff Engineer in Java Software at Sun Microsystems... Read More →
avatar for Katie Gamanji

Katie Gamanji

Senior Field Engineer @ Apple, Apple
Katie is a cloud-native leader, practitioner, and contributor, currently in a Senior Field Engineer role at Apple and a TOC for CNCF. As a cloud platform engineer, Katie has contributed to the buildout of infrastructure at Conde Nast, and American Express, gravitating towards cloud-native... Read More →
avatar for Alena Prokharchyk

Alena Prokharchyk

Software Engineer, Apple
Alena is a Software Engineer at Apple. She drives the architecture and implementation of Kubernetes and CNCF technologies within Apple’s cloud infrastructure team. Alena has more than 10 years of experience developing open source cloud infrastructure software and more than 5 years... Read More →



Thursday August 20, 2020 18:05 - 18:40 CEST
InXpo https://onlinexperiences.com/Launch/Event.htm?ShowKey99259
 
  • 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.