Unikernel
Past Presentations
Cloud Native Infrastructure With Kubicorn
Kubicorn is an open source Go project that is aimed an solving the Kubernetes infrastructure problem. The day after the project was open-sourced it had already climbed to the number 1 fastest growing Go project on GitHub. This talk will dicuss the reasoning behind the project and how the core of...
Debugging Containerized Microservices
The mainstreaming of containerization and microservices is raising a critical question by both developers and operators: how do we debug all this? Debugging microservices applications is a difficult task. The state of the application is spread across multiple microservices, and it is hard to get...
The ARM to Z of Multi-Architecture Microservices
The container ecosystem is now home to multiple architectures and operating systems. Working in the isolated environment of your project makes it easy to forget about those platforms you don't use. If we've learned anything from Open Source communities, it's that inclusiveness and cooperation...