Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,20 +160,9 @@ docs](https://urunc.io/tutorials/How-to-urunc-on-k8s/).

## Publications and talks

A part of our work in `urunc` has been published in EuroSys'24 SESAME workshop,
under the title [Sandboxing Functions for Efficient and Secure Multi-tenant
Serverless Deployments](https://dl.acm.org/doi/10.1145/3642977.3652096). Feel
free to ask us if you can not have access to the paper.

Furthermore, `urunc` has appeared in various open source summits and events,
such as:

- [Open Source Summit
2023](https://osseu2023.sched.com/event/1OGgY/urunc-a-unikernel-container-runtime-georgios-ntoutsos-anastassios-nanos-nubificus-ltd)
- [FOSDEM 2024 -- Containers devroom](https://archive.fosdem.org/2024/schedule/event/fosdem-2024-3402-from-containers-to-unikernels-navigating-integration-challenges-in-cloud-native-environments/)
- [KubeCon 2024](https://kccnceu2024.sched.com/event/1YeRd/unikernels-in-k8s-performance-and-isolation-for-serverless-computing-with-knative-anastassios-nanos-ioannis-plakas-nubis-pc)
- [FOSDEM 2025 -- Containers devroom](https://fosdem.org/2025/schedule/event/fosdem-2025-6284-less-overhead-strong-isolation-running-containers-in-minimal-specialized-linux-vms/)
- [FOSDEM 2025 -- WASM devroom](https://fosdem.org/2025/schedule/event/fosdem-2025-6292-wasm-meets-unikernels-secure-and-efficient-cloud-native-deployments/)
Find our papers, conference talks, and events featuring `urunc` on the
[Talks & Publications](https://urunc.io/talks-and-publications/) page of the
documentation.

## Bug reporting

Expand Down
20 changes: 20 additions & 0 deletions docs/talks-and-publications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Talks & Publications

A collection of papers, conference talks, and events featuring `urunc`.

## Publications

A part of our work in `urunc` has been published in EuroSys'24 SESAME
workshop, under the title [Sandboxing Functions for Efficient and Secure
Multi-tenant Serverless Deployments](https://dl.acm.org/doi/10.1145/3642977.3652096).
Feel free to ask us if you can not have access to the paper.

## Talks & events

`urunc` has appeared in various open source summits and events, such as:

- [Open Source Summit 2023](https://osseu2023.sched.com/event/1OGgY/urunc-a-unikernel-container-runtime-georgios-ntoutsos-anastassios-nanos-nubificus-ltd)
- [FOSDEM 2024 — Containers devroom](https://archive.fosdem.org/2024/schedule/event/fosdem-2024-3402-from-containers-to-unikernels-navigating-integration-challenges-in-cloud-native-environments/)
- [KubeCon 2024](https://kccnceu2024.sched.com/event/1YeRd/unikernels-in-k8s-performance-and-isolation-for-serverless-computing-with-knative-anastassios-nanos-ioannis-plakas-nubis-pc)
- [FOSDEM 2025 — Containers devroom](https://fosdem.org/2025/schedule/event/fosdem-2025-6284-less-overhead-strong-isolation-running-containers-in-minimal-specialized-linux-vms/)
- [FOSDEM 2025 — WASM devroom](https://fosdem.org/2025/schedule/event/fosdem-2025-6292-wasm-meets-unikernels-secure-and-efficient-cloud-native-deployments/)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ nav:
- API Reference: https://pkg.go.dev/github.com/urunc-dev/urunc/pkg/unikontainers
- Tutorials:
- tutorials/*.md
- Talks & Publications: talks-and-publications.md

theme:
name: material
Expand Down