SESSION + Live Q&A
The Modern Operating System in 2018
The last monolith is the operating system. There are tens or hundreds of millions of lines of code in the kernel, and orders of magnitude more in the userspace code that gets shipped with it. Not just any code, security critical code written in unsafe languages. Every other area of software has been moving towards safe languages, microservices, and agile delivery. How do we get there for operating systems?
So what is the future of systems software and the operating system? This talk looks at unikernels, LinuxKit, eBPF, hypervisors, containers, library operating systems, userspace drivers and other recent developments to see where we are on the route towards agility for the operating system.
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
Justin Cormack
Developer @Docker
From the same track
Unikraft - Unleashing the Power of Unikernels
Recently, several papers and projects dedicated to specialized OSes and unikernels have shown the immense potential for performance gains that these have. By leveraging specialization and the use of minimalistic OSes, unikernels are able to yield impressive numbers, including fast instantiation...
Felipe Huici
Chief Researcher in the Systems and Machine Learning Group at NEC Laboratories Europe
Optimizing For Production Workloads
Breaking down the containers runtimes into their base functionality and then building them up into a series or core libraries and tools to specialize in core capabilities. Our goal is, rather then have one monolithic daemon to do all container management, to build up a series of tools that...
Daniel Walsh
Engineer @Redhat working on CRI-O Container Runtime
Samuel Ortiz
Principal Engineer @Intel Open Source Technology Center
XDP in Practice: DDoS Mitigation @Cloudflare
XDP is a Linux technology which brings fast networking to native Linux. Historically Linux required specialized patches to reduce the overhead of network packet processing. XDP fixes that: it allows packet filtering, modification and retransmission with arbitrary user logic. The logic for an...
Gilberto Bertin
System Engineer @Cloudflare London
Making the Windows Command-Line Great Again!
The command-line is an essential tool for many developers and administrators, on any machine and any operating system. Attend this session to learn how Microsoft has been overhauling the Windows command-line experience in Windows 10, making it easier than ever to run Windows tools alongside Linux...
Rich Turner
Senior Program Manager @Microsoft
Tara Raj
Program Manager @Microsoft