Loading…
Tuesday, November 12
 

9:00am MST

AppDeveloperCon | Welcome + Opening Remarks - Mark Fussell, Program Co-Chair
Tuesday November 12, 2024 9:00am - 9:05am MST
Speakers
avatar for Mark Fussell

Mark Fussell

CEO, Diagrid
CEO of Diagrid, a developer focused startup. Leader with proven track record of building innovative computing platforms, running large scale, cloud services, building OSS communities and starting new businesses. I have over 30 years of experience building go-to-market strategies... Read More →
Tuesday November 12, 2024 9:00am - 9:05am MST
Salt Palace | Level 1 | 151 G
  AppDeveloperCon

9:10am MST

The Power of Apache Pulsar. Harnessing Dapr to Build High Scale Messaging at FICO® - Hugo Smitter, FICO
Tuesday November 12, 2024 9:10am - 9:35am MST
Learn about FICO’s experience migrating from Apache Kafka to Apache Pulsar with the help of Dapr to build high scale messaging services into our platform. We cover how we harnessed Dapr for seamless, efficient, and scalable Pulsar integration.

We’ll explore:
  • An overview of the FICO® Platform and strategic business objectives. 
  • Key contributions to the Dapr community, enhancing its support for Apache Pulsar.
  • How Dapr abstracts the Pulsar client API, making it easier to build, deploy, and manage event-driven applications.
  • FICO’s experience, including benchmarks, performance metrics, and practical migration tips.

Join us to unlock the potential of Apache Pulsar with Dapr and transform your event management and processing capabilities. This session provides practical knowledge, real-world examples, and technical details on building high scale event driven services.
Speakers
avatar for Hugo Smitter

Hugo Smitter

Platform Architect at FICO, FICO
Senior Enterprise and Solutions Architect with international experience in multiple industries. Track record performing leadership roles as: chief architect, solution architect, platform architect, systems integrator, information architect, delivery excellence auditor, consultant... Read More →
Tuesday November 12, 2024 9:10am - 9:35am MST
Salt Palace | Level 1 | 151 G

9:45am MST

Tales from the Crypt: Application Packaging and Delivery Nightmares - Scott Rigby, Helm Maintainer & Sarah Christoff, Defense Unicorns
Tuesday November 12, 2024 9:45am - 10:10am MST
Join Sarah Christoff and Scott Rigby, maintainers of widely used CNCF tools Porter and Helm, for a cringe-worthy yet enlightening journey through the dark alleys of application packaging and delivery anti-patterns. In this session, we'll delve into the spooky stories of real-world application and configuration delivery nightmares that left teams haunted by unnecessary complexity, perplexing custom code, and security skeletons in the closet. With a blend of humor and hard-learned lessons, we'll expose the ghosts of past mistakes and share the exorcism techniques that could have saved us all some sleepless nights. Whether you're a seasoned Kubernetes operator or new to the cloud-native realm, come prepared to shiver, laugh, and learn how to avoid the traps that have ensnared so many before.
Speakers
avatar for Sarah Christoff

Sarah Christoff

Software Engineer, Defense Unicorns
Sarah is a software engineer at Defense Unicorns who loves making complex code more digestible. She is the self-proclaimed founder of the Leslie Lamport fan club. When she's not bugbusting, she is running her animal rescue and competing in triathlons. She believes code should be like... Read More →
avatar for Scott Rigby

Scott Rigby

Senior Cloud Solutions Architect, NASA / Navteca
Scott is an artist, engineer & dad, collaborating on a different kind of world. Into collective art, activism, therapy & open source nerdy stuff. Scott is a Cloud Native Ambassador, speaker, organizer of CNCF community events including the New York Kubernetes Meetup, and international... Read More →
Tuesday November 12, 2024 9:45am - 10:10am MST
Salt Palace | Level 1 | 151 G

10:15am MST

⚡ Lightning Talk: Intro to the CNCF App Development WG - Daniel Oh & Mauricio Salatino, WG Co-Chairs
Tuesday November 12, 2024 10:15am - 10:25am MST
We are excited to introduce the newly formed Application Development Working Group (WG) under the Technical Advisory Group (TAG) for App Delivery within the Cloud Native Computing Foundation (CNCF). Co-chaired by Mauricio Salatino, Daniel Oh, and Thomas Vitale, this WG aims to foster the growth of developers in the cloud native space. The Application Development WG was established to address the increasing need for specialized focus on cloud native application development. Our mission is to engage and support developers transitioning to or enhancing their practices within the cloud native ecosystem. This initiative is integral to the CNCF’s broader strategy of promoting cloud native technologies and fostering a vibrant, collaborative community.
Speakers
avatar for Daniel Oh

Daniel Oh

Senior Principal Developer Advocate, Red Hat
Daniel Oh is a Java Champion and Senior Principal Developer Advocate at Red Hat to evangelize developers for building cloud-native apps and serverless ob Kubernetes ecosystems. He's also contributing to various cloud open-source projects and ecosystems as a CNCF ambassador for accelerating... Read More →
avatar for Mauricio Salatino

Mauricio Salatino

OSS Software Engineer, Diagrid
Mauricio works as an Open Source Software Engineer at @Diagrid, contributing to and driving initiatives for the Dapr OSS project. Mauricio also serves as a Steering Committee member for the Knative Project and Co-Leading the Knative Functions initiative. He published a book titled... Read More →
Tuesday November 12, 2024 10:15am - 10:25am MST
Salt Palace | Level 1 | 151 G

10:30am MST

Sponsored Keynote: The Twelve-Factor App, Rebooted: Essentials for Cloud Native Development - Vish Abrams, Heroku
Tuesday November 12, 2024 10:30am - 10:35am MST
In 2011, the “Twelve-Factor App“ manifesto was written, outlining essential principles for building scalable applications. These principles became foundational to the container ecosystem and have been translated into 18 languages, remaining highly relevant today. However much has changed in the decade plus since and it’s time to reexamine and refresh the manifesto for where cloud-native environments are today and where apps and systems are going.

In this session, we’ll explore three key updates to the manifesto that will propel your development practices into the future—empowering your teams to harness the full potential of cloud-native platforms, unlock new levels of efficiency, and build applications ready to thrive in the next decade.
Speakers
avatar for Vish Abrams

Vish Abrams

Chief Architect, Heroku
Vish is Chief Architect at Heroku, a subsidiary of Salesforce. Formerly he was a Software Architect at Oracle where he focused on virtualization, containerization, and machine learning for the Cloud Infrastructure team. Prior to Oracle, he was the Chief Technology Officer of Nebula... Read More →
Tuesday November 12, 2024 10:30am - 10:35am MST
Salt Palace | Level 1 | 151 G
  AppDeveloperCon

10:40am MST

Applying CloudEvents to Level up Application Communications - Vyom Yadav, Canonical & Evan Anderson, Stacklok
Tuesday November 12, 2024 10:40am - 11:05am MST
Minder is an open-source project to secure software supply chains, starting with repository security. While Minder provides a gRPC API for user interactions, it also operates continuously in the background, detecting and reacting to supply chain events. In this talk, we’ll describe how this background operation evolved from ad-hoc webhooks into an asynchronous event-driven platform with multiple services. Our journey began with asynchronous flows, starting with Go channels and then using Watermill with a SQL database for events. This worked great for a single binary but had issues when sharing the database between two applications – each attempted to enforce its own schema on the shared database. The problem gets worse when trying to interoperate between languages – the Watermill library we used doesn’t support Python or NodeJS. The next step we’re undertaking is to migrate to using CloudEvents – a common schema which can be evolved independently of the specific components.
Speakers
avatar for Evan Anderson

Evan Anderson

Software Engineer, Stacklok
Co-founder and maintainer on Knative project. Member of sigstore-oncall. Previously worked on Google Compute Engine and Serverless (App Engine, Functions) and in SRE. Principal engineer at Stacklok. Ex-Google, ex-VMware. Author of Building Serverless Applications on Knative by O'Reilly... Read More →
avatar for Vyom Yadav

Vyom Yadav

CNCF Ambassador, Canonical
Vyom is a recent graduate and CNCF Ambassador working on Canonical's Security Team. His focus areas include vulnerability management, patching, and software supply chain security. Vyom has been involved in open source since his freshman year, participating in programs like Google... Read More →
Tuesday November 12, 2024 10:40am - 11:05am MST
Salt Palace | Level 1 | 151 G

11:15am MST

Event Discovery for Kubernetes Applications - Pierangelo Di Pilato & Christoph Stäbler, Red Hat
Tuesday November 12, 2024 11:15am - 11:40am MST
Struggling to manage event discovery in your organization? Are your developers wasting valuable time searching for and understanding event types through manual methods or outdated documentation? In this session, we'll explore the inefficiencies associated with relying on manual or documentation-based methods. Through practical examples, we'll demonstrate how Knative Eventing's dynamic and automated event discovery features streamline this process, saving developers time and ensuring a clear understanding of available events, allowing your applications and developers to effortlessly find and react to relevant event types.
Speakers
avatar for Pierangelo Di Pilato

Pierangelo Di Pilato

Principal Software Engineer, Red Hat
Pierangelo is a principal software engineer at Red Hat. He leads the Knative Eventing Working Group and has a passion for data, event-driven and streaming systems.
avatar for Christoph Stäbler

Christoph Stäbler

Senior Software Engineer, Red Hat
Christoph is a Software Developer at Red Hat and an active contributor to the Knative project. He specializes in serverless technologies with a focus on event-based architectures and the further development of Knative Eventing.
Tuesday November 12, 2024 11:15am - 11:40am MST
Salt Palace | Level 1 | 151 G

11:50am MST

Building Real-World Applications with Dapr: A Startup Developer's Journey - Whit Waldo, Innovian
Tuesday November 12, 2024 11:50am - 12:15pm MST
In today’s developer ecosystem, numerous tools and frameworks exist, but often, only a few core capabilities are needed. This is where Dapr excels. As a polyglot framework and CNCF incubating project since 2021, Dapr provides essential building blocks to abstract dependencies, enabling rapid design and iteration of complex full-stack applications. As the founder and sole developer at Innovian, I’ll present a detailed architectural study of my product, showcasing how I leverage Dapr's building blocks - cryptography, state management, pub/sub messaging, service discovery/invocation, actors, workflows, job scheduling, and more. My goal is to demonstrate why Dapr is the foundation of my platform and why it could be valuable for others.
Speakers
avatar for Whit Waldo

Whit Waldo

CEO, Innovian
Whit Waldo is the founder and CEO of Innovian where he manages the development of innovative technical solutions for diverse businesses. With over 14 years of experience, Whit has excelled in roles such as CTO for various startups and most recently as Director of Product Development... Read More →
Tuesday November 12, 2024 11:50am - 12:15pm MST
Salt Palace | Level 1 | 151 G

12:25pm MST

⚡ Lightning Talk: Data Science Environments in Seconds: Scaling Jupyter Notebooks in Kubernetes - Jialin Zhang, Apple
Tuesday November 12, 2024 12:25pm - 12:35pm MST
The interactive nature of Jupyter notebooks has made them indispensable tools for data scientists and AI researchers, facilitating exploratory data analysis, prototyping, and model development. Setting up remote computational environments with multiple data or model sources on cloud is slow, repetitive and complex. However, warm pools of preconfigured environments with adjustable runtime configurations can alleviate these concerns enabling data scientists to focus more on actual data science and less on infrastructure. In this presentation, speakers will present a need for a system to manage integrated environments to meet the challenges of running remote Jupyter kernels at scale. With emphasis on productivity and experience, a solution for maintaining warm pools of such environments is presented while highlighting its key prediction algorithms. The session will showcase a brief and simplified collaboration experience on JupyterLab with the warm-pool system of kernels.
Speakers
avatar for Jialin Zhang

Jialin Zhang

Jialin Zhang, Software Engineer, Apple, Apple
Jialin Zhang is a software engineer with Notebooks team offering Jupyterlab as a service to data scientists engineers at Apple. Her previous experience includes stint at Microsoft and Expedia.
Tuesday November 12, 2024 12:25pm - 12:35pm MST
Salt Palace | Level 1 | 151 G

12:40pm MST

Lunch Break 3
Food and Beverage stations located in Salt Palace Hall C, Level 1. Seating is available in the Grand Ballroom and Hall D.
Food and Beverage stations located in Salt Palace Upper Mezzanine, Level 2. Attendees can use the escalators and stairs to find seating on Level 1 in Room 155.
Food and Beverage stations and seating located at the Hyatt Recency in Salt Lake Ballroom C, Level 2.

Pre-confirmed Halal or Kosher meals will be available in Hall D.

1:30pm MST

Your Cheat Code for API Authorization - Omri Gazitt, Aserto
Tuesday November 12, 2024 1:30pm - 1:55pm MST
Congrats, your org is all-in on microservices! But now you have hundreds (or thousands!) of APIs. Some power your customer-facing apps. Others are platform services that your front-end services consume. Still others are back-end services used by internal tools. And ALL of them need to be authorized. Not to mention, you need to be able to answer questions like “which users are authorized to invoke this endpoint?” and “which endpoints can this user invoke?” Having each API “do its own thing” makes it all but impossible to wrangle this complexity. You need a cross-cutting solution to apply authorization rules consistently - either in the API code or at the API Gateway. Enter Topaz: an open source cloud-native authorization service that is plug-compatible with Open Policy Agent, and provides full support for the Google Zanzibar ReBAC model. This talk provides hands-on learning for how to go from an OpenAPI spec to a fine-grained authorization model, ready to authorize your users.
Speakers
avatar for Omri Gazitt

Omri Gazitt

Co-founder & CEO, Aserto
Omri is the co-founder/CEO of Aserto.com, an authorization startup, and his 3rd entrepreneurial venture. He spent the majority of his 30-year career working on developer & infrastructure tech, most recently as the CPO of Puppet. Previously he was the VP & GM of HP's Cloud Native Platform... Read More →
Tuesday November 12, 2024 1:30pm - 1:55pm MST
Salt Palace | Level 1 | 151 G

2:05pm MST

Streamlining Cloud-Native Development: Simplifying Dependencies and Testing with Microcks - Laurent Broudoux, Microcks & Daniel Oh, Red Hat
Tuesday November 12, 2024 2:05pm - 2:30pm MST
You’re starting with business application development but soon realize that pulling and setting up dependencies is daunting. Because you have databases, cloud services but also a lot of 3rd party APIs! What’s the solution? “Remolocal” (remote + local) env are complex and costly to manage. CI/CD is there for automating testing and deployment, but the feedback loop is longer - not a substitute for local inner-loop processes. Luckily, modern cloud-native application stacks bring back Developer Joy! CNCF’s Microcks project integrates nicely with Testcontainers to provide mocking, simulation, and continuous contract testing to guarantee the conformance of your work, giving you a very high level of confidence! In this session, we’ll present how to ease your life when setting up your development environment and testing your APIs! We will also share end-user stories about how Microcks increases developer productivity for efficient cloud-native Java development inner-loop!
Speakers
avatar for lbroudoux

lbroudoux

Microcks co-founder, Microcks
Laurent is a Cloud-Native Architecture expert and Enterprise Integration problem lover. He is the founder and lead developer of the Microcks.io open source project: a Kubernetes-native tool for API mocking and testing. For this, he is using his 10+ years experience as an architect... Read More →
avatar for Daniel Oh

Daniel Oh

Senior Principal Developer Advocate, Red Hat
Daniel Oh is a Java Champion and Senior Principal Developer Advocate at Red Hat to evangelize developers for building cloud-native apps and serverless ob Kubernetes ecosystems. He's also contributing to various cloud open-source projects and ecosystems as a CNCF ambassador for accelerating... Read More →
Tuesday November 12, 2024 2:05pm - 2:30pm MST
Salt Palace | Level 1 | 151 G

2:40pm MST

Fake It to Make It! - TDD of gRPC Microservices - Ed Crewe, EnterpriseDB
Tuesday November 12, 2024 2:40pm - 3:05pm MST
For unit testing cloud native applications we mock a lot, dependencies are in the cloud, and unit tests should be isolated. For testing the full service delivered by k8s composed microservices, we can easily stand up ephemeral test deployments as part of CI/CD. K8s gives us replicable IaC out of the box. Add E2E tests to our pipeline and we are good, right? Unfortunately no, that means we not only have an hourglass of testing. But one whose bottom may barely test if your code actually works, whatever the coverage says. Leaving us relying on very slow and expensive E2E build and test feedback from our CI/CD requiring full k8s cluster deployments. This talk is about why developers need to turn that hourglass of testing back into a pyramid and how to do so. Enabling efficient test driven refactoring of your microservices by developing fast fake frameworks for functional testing. Driving up quality via rapid development and refactoring cycles.
Speakers
avatar for Ed Crewe

Ed Crewe

Developer EDB Postgres AI, EDB (www.enterprisedb.com)
I have been a cloud engineer for the last 8 years. Working mainly on k8s Golang micro-services for the last 5. Before that I was a web developer and have spoken at Djangocon.Eu and EuroPython as well as many times at local techie groups, including my local Golang meetup. Currently... Read More →
Tuesday November 12, 2024 2:40pm - 3:05pm MST
Salt Palace | Level 1 | 151 G

3:05pm MST

PM Break 1
Tuesday November 12, 2024 3:05pm - 3:20pm MST
Tuesday November 12, 2024 3:05pm - 3:20pm MST

3:20pm MST

Why Does Continuous Profiling Matter to Developers? - Jonas Kunz, Elastic & Mauricio Salatino, Diagrid
Tuesday November 12, 2024 3:20pm - 3:45pm MST
OpenTelemetry has gained momentum in the observability space, with a wide range of vendors supporting the specification. In this presentation, we will look into how developers can benefit from having a clear observability strategy by also adding continuous profiling to the mix. Setting up and understanding distributed application traces and profiling information used to be a complex task, usually left for critical situations where things go wrong. Join us on a journey to combine traces and profiling data to understand how our applications perform and where the bottlenecks are. In this presentation, you will learn about: How Otel and profiling can work together Advantages of continuous profiling How to set up an observability stack that works for your developers
Speakers
avatar for Jonas Kunz

Jonas Kunz

Jonas Kunz, Elastic
I work as (primarily) Java Developer at Elastic, focusing on the Elastic APM Java-agent and our Java OpenTelemetry Distribution. While I love the safety of managed languages, I also enjoy occasionally visiting the native side of things. I'm an active contributor to the OpenTelemetry... Read More →
avatar for Mauricio Salatino

Mauricio Salatino

OSS Software Engineer, Diagrid
Mauricio works as an Open Source Software Engineer at @Diagrid, contributing to and driving initiatives for the Dapr OSS project. Mauricio also serves as a Steering Committee member for the Knative Project and Co-Leading the Knative Functions initiative. He published a book titled... Read More →
Tuesday November 12, 2024 3:20pm - 3:45pm MST
Salt Palace | Level 1 | 151 G

3:55pm MST

Introducing Dagger Modules: Open Source CI/CD Building Blocks You Already Know How to Write - Jeremy Adams, Dagger
Tuesday November 12, 2024 3:55pm - 4:20pm MST
You need CI that can adapt as fast as the apps you’re writing. But often CI ends up being a bottleneck. For one CI PR you need to learn proprietary YAML syntax (every CI different) and how to work around its limitations conditionals, loops, functions, variables, ...which would be effortless if it was just a real programming language that you already know. You find yourself writing additional scripts and hacks to bring the logic to local dev. Enter the OSS Dagger project that brings CI as code (TypeScript, Go, Python). In this talk, I’ll use Dagger to show how to build and share reusable CI/CD modules that can be written in any language and "just work" together. This talk will be good for developers/platform engineers or anyone else that needs a lightweight, code-based CI platform that can run locally and in any CI. If you’re technically curious, you should be able to build and share a module right after the talk (or maybe during!).
Speakers
avatar for Jeremy Adams

Jeremy Adams

Ecosystem, Dagger
Jeremy is a senior leader with both a technical and a strategic streak. Passionate about people and entrepreneurship, integration and automation. Through technical/business roles at Dagger, GitHub, Twistlock, and Puppet, Jeremy has both zoomed in and zoomed out a lot, acquiring an... Read More →
Tuesday November 12, 2024 3:55pm - 4:20pm MST
Salt Palace | Level 1 | 151 G

4:30pm MST

Build a ChatGPT RAG Data Pipeline with RisingWave Stream Processor and Vector Store - Mary Grygleski, Callibrity & Rayees Pasha, RisingWave Labs
Tuesday November 12, 2024 4:30pm - 4:55pm MST
Enter the exciting brave new world of GenAI, by building a ChatGPT Data Pipeline that leverages on RisingWave's efficient stream processing jobs for real-time data that we draw from an X (or Twitter feed) that's been enriched with vector data and similarity search.

We'll explore the exciting ChatGPT world, building an efficient data pipeline that's enriched with vector embeddings as stored in a vector DB (PgVector) , and how it can pair with the performant RisingWave cloud-based stream processor for its write job. We will illustrate a sample use case with live coding, as follows:

* Simulate a streaming data feed from X (or Twitter), we'll be using Kafka as the message broker for data ingestion
* RisingWave will consume the data stream, and perform data analysis
* Construct prompts based on the top 3 hashtags identified by RisingWave
* Prompts will be used for inferencing against a RAG-based BOT built with PgVector
Speakers
avatar for Rayees Pasha

Rayees Pasha

Chief Product Officer, RisingWave Labs
Rayees Pasha is the Chief Product Officer at RisingWave Labs, a startup pioneering the development of Stream Processing Database. His expertise is in the areas of data management and data analytics. He has held product management roles delivering enterprise software in both traditional... Read More →
avatar for Mary Grygleski

Mary Grygleski

AI Practice Lead, Callibrity
Mary is a Java Champion, and the AI Practice Lead at Callibrity, She started as an engineer in Unix/C, then transitioned to Java around 2000. After 20+ years of being a software engineer and technical architect, she discovered her true passion in developer and customer advocacy. Most... Read More →
Tuesday November 12, 2024 4:30pm - 4:55pm MST
Salt Palace | Level 1 | 151 G

5:00pm MST

⚡ Lightning Talk: LLM-Driven Applications: Intro to LLM Agents in Kubernetes - Calum Murray, University of Toronto
Tuesday November 12, 2024 5:00pm - 5:10pm MST
Over the past year, there has been a lot of important work and discussions around how to run Large Language Models (LLMs) on top of Kubernetes. But what happens once you have your LLM running in your cluster? How can you build an application around your LLM, where the LLM can act as an agent and call out to various services you have deployed in your cluster to solve complex tasks that would otherwise cause the LLM to hallucinate? Is there a way to do this without making changes to the services and deployments already in your cluster? In this talk I will be exploring what an LLM agent is and how you build an agent that will call out to your services. I will show this with a demo of an LLM agent running in a kubernetes cluster that is able to automatically detect new tools and agents deployed to the cluster and coordinate them to complete complex tasks in a conversation with the user.
Speakers
avatar for Calum Murray

Calum Murray

Knative Eventing Maintainer and UX Lead, University of Toronto, Canada
I'm a software engineer, and I love building cool things in open source. I like to seek out the most interesting and challenging problems which I think will have a large impact, and build creative solutions to them. I also like to share my passion for open source with others, and... Read More →
Tuesday November 12, 2024 5:00pm - 5:10pm MST
Salt Palace | Level 1 | 151 G

5:15pm MST

⚡ Lightning Talk: Searching for Serverless Candidates in the Jungle of Microservices - Yash Bhatnagar, Google
Tuesday November 12, 2024 5:15pm - 5:25pm MST
Everyone wants a judicial use of resources - and serverless computing makes it happen by limiting the idle resources. While services with clear functional use cases are developed as one, more often than not such benefits are not clear - such as unclear or changing application usage patterns. Similarly several historical services could now be suited for serverless functions based on they way they are actually used. However they are rarely investigated because their impact remains opaque - a lack of cost/performance benefits and whether re-architecture effort is justified. In this talk, the Yash will showcase a case study about how they went researching for serverless candidates in their real world systems and how surprising the results were. He will also showcase the impact and key learnings - how turning even lightweight microservices into serverless functions helped saved significantly on infra costs AND, also improving the peak load performance of several unrelated services!
Speakers
avatar for Yash Bhatnagar

Yash Bhatnagar

Software Engineer, Google
Yash is working with Google as Software Engineer, and has 8 years of industrial experience with cloud architectures and micro-service development across Google and VMware. He is been a speaker at multiple international conferences such as Kubernetes Forums and Serverless Practitioners... Read More →
Tuesday November 12, 2024 5:15pm - 5:25pm MST
Salt Palace | Level 1 | 151 G

5:25pm MST

AppDeveloperCon | Closing Remarks - Evan Anderson, Program Co-Chair
Tuesday November 12, 2024 5:25pm - 5:30pm MST
Speakers
avatar for Evan Anderson

Evan Anderson

Software Engineer, Stacklok
Co-founder and maintainer on Knative project. Member of sigstore-oncall. Previously worked on Google Compute Engine and Serverless (App Engine, Functions) and in SRE. Principal engineer at Stacklok. Ex-Google, ex-VMware. Author of Building Serverless Applications on Knative by O'Reilly... Read More →
Tuesday November 12, 2024 5:25pm - 5:30pm MST
Salt Palace | Level 1 | 151 G
  AppDeveloperCon

5:30pm MST

Evening Reception (Salt Palace)
Tuesday November 12, 2024 5:30pm - 7:00pm MST
Join us onsite for drinks and appetizers with fellow co-located attendees from Tuesday's CNCF-hosted Co-located Events.

Attendees from all CNCF Co-located Events are welcome.
Tuesday November 12, 2024 5:30pm - 7:00pm MST
Salt Palace | Level 1 | Lower Concourse + Level 2 | Upper Mezzanine
 

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
  • AppDeveloperCon
  • ArgoCon
  • BackstageCon
  • Breaks
  • Cilium + eBPF Day
  • Cloud Native + Kubernetes AI Day
  • Cloud Native StartupFest
  • Cloud Native University
  • Data on Kubernetes Day
  • EnvoyCon
  • Istio Day
  • Kubernetes on Edge Day
  • Observability Day
  • OpenFeature Summit
  • OpenTofu Day
  • Platform Engineering Day
  • Registration
  • WasmCon