PANEL DISCUSSION + Live Q&A
Panel: Secure Isolation of Applications
Applications have been isolated by lots of different means: processes, virtual machines, containers, and new methods are appearing such as SGX and in-process isolates. What is secure? Have Spectre and Meltdown changed the landscape? What should we use? Ask our expert panel.
Speaker
Justin Cormack
Developer @Docker
Justin Cormack is a software engineer at Docker. He works on security, developer tooling and more. He is always interested in new programming language technology.
Read moreFind Justin Cormack at:
Speaker
Jessie Frazelle
Engineer @github, Xoogler, Ex-Docker Core Maintainer
Jessie Frazelle is a independent consultant. She is a computer programmer who has worked at GitHub, Microsoft, Google, Docker and various companies and startups before that. She’s worked on a lot of the open source projects in the container ecosystem as well as having a few projects of her own.
Read moreFind Jessie Frazelle at:
Speaker
Per Buer
CEO @IncludeOS
CEO of IncludeOS, where we've had the bright idea of doing an operating system from scratch. Founded Varnish Software some ten years ago. I've spent my life working on infrastructure-related software that has been tied to performance in some way or another. I'm not really great at human/computer...
Read moreFind Per Buer at:
Speaker
Allison Randall
Director at Eigenstate
Allison Randal is a software developer and open source strategist. She is a board member of the Open Source Initiative, board member of the OpenStack Foundation, board member of the Perl Foundation, and co-founder of the FLOSS Foundations group for open source leaders. Her first geek...
Read moreSpeaker
Kenton Varda
Tech lead @Cloudflare Workers
Kenton is the architect of Cloudflare Workers, a "serverless" compute platform which distributes your code to 165+ locations globally so that it always runs as close to the client as possible. Prior to joining Cloudflare, Kenton created Sandstorm.io and Cap'n Proto. Further back, while at Google,...
Read moreFrom the same track
LinuxKit
Why aren't operating systems more like applications?We live in an era of application microservices, even nanoservices. Each application serves precisely its purpose, living for exactly how long it needs. When we need it to do something else, we either create a distinct service, or rebuild...
Avi Deitcher
Managing Consultant @Atomic Inc.
A Journey Into Intel’s SGX
This talk will give a deep dive into Intels SGX technology by way of a story. First, it will cover an overview of computer architecture as background. Following that, will be a walk through of one version of the hardware and it’s flaws, what changed in the next version... and it’s continued...
Jessie Frazelle
Engineer @github, Xoogler, Ex-Docker Core Maintainer
Fine-Grained Sandboxing With V8 Isolates
In an ideal world, code would always run as close as possible to the things with which it communicates -- end users, storage, external APIs, etc. However, most software stacks are only cost-effective if applications are long-running, handling many events in one place. We need a new approach that...
Kenton Varda
Tech lead @Cloudflare Workers
Unikernels Aren’t Dead, They’re Just Not Containers
For years we’ve been observing the Unikernel concept gather and then lose steam. Unikernels where put forward as the next evolutionary step beyond containers. However, unikernels are fundamentally different beasts and they really have very little in common with containers. I’ll try to look...
Per Buer
CEO @IncludeOS
The Future of Operating Systems on RISC-V
RISC-V is a free and open instruction set architecture that is seeing frenzied development activity. It also represents a new development model for the hardware industry, enabling cross-industry collaboration on a common standard and spawning a range of open source implementations. This ability...
Alex Bradbury
Co-Founder and Director @lowRISC, LLVM hacker