Best KubeCon 2018 Videos: Must-Watch Highlights Part 2

TOC:

CloudNativeCon Europe: Even More Highlights

Following up on the Best KubeCon 2018 Videos: Must-Watch Highlights Part 1 post, we’ve picked out a few more of our highlights from KubeCon + CloudNativeCon Europe 2018, and if you want to check out the KubeCon + CloudNativeCon Europe 2018 full playlist.

The Serverless and Event-Driven Future

Serverless is currently one of the hot topics out there in the market and Austen Collins (founder of serverless.com) starts with what is going on in the serverless world as it now and moving into serverless forecast. He then talks about cloud events cloudevents.io, a specification for describing event data in a common way. Next he demonstrates how to integrate cloud events with “Event Gateway” which is is an open-source communication fabric for serverless architectures. We’re then shown how to integrate cloud events with multi cloud providers via Event Gateway.

Container Isolation at Scale (Introducing gVisor)

Google has released a new OCI container runtime called gVisor, a lightweight container runtime sandbox used to provide secure isolation. Dawn Chen opened the talk with current container technology stack’s security concerns. Zhengyu He then focuses on the container isolation provided by VMs and explains in detail how gVisor runtime integrates with Docker and Kubernetes via Sandboxed Container (runc).

Observing and Troubleshooting your Microservices with Istio

Istio was one of the hot topics at KubeCon + CloudNativeCon Europe 2018 in Copenhagen and Douglas Reid starts his talk with a quick introduction to Istio before discussing it’s usefulness in observing and troubleshooting microservices. He then talks in detail how Istio can be used as debugging tool in your mesh. This is followed up by Isaiah Snell-Feikema, who dives into the implementation of Istio with a live demo. He shows us how Istio can be utilised to take on the heavy lifting in terms of debugging and troubleshooting your microservices.

SPIFFE Project Intro

In this video Andrew Jessup starts with an overview of SPIFFE (Secure Production Identity Framework For Everyone) then moves into how it can be used to build trust between modern distributed systems. He also introduces a project called SPIRE - a software system that exposes the SPIFFE Workload API - and shows how SPIRE can be integrated with the Kubernetes echo system.