Skip to content

Commit 43ff24e

Browse files
authored
Merge pull request #45 from AndreaGiardini/update-spectrocloud-lightning-talk-mauro-morales
update SpectroCloud lightning talk: speaker Mauro Morales, Kairos/Hadron
2 parents 18542ca + 1180975 commit 43ff24e

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
---
22
id: lightning-talk-tba-3
3-
title: 'Lightning talk - SpectroCloud'
3+
title: 'What Image-Based Systems Taught Us About Linux Distributions: Lessons From Kairos and Why We Built Hadron'
44
type: lightning-talk
55
speakerIds:
6-
- placeholder
6+
- mauro-morales
77
tags:
8-
- ITA
8+
- ENG
99
- SPONSORED
1010
level: all
1111
image: ''
1212
video: ''
1313
slide: ''
1414
---
1515

16-
Lightning talk details will be announced soon.
16+
Over the last several years, the Kairos project has built image-based, immutable systems on top of multiple Linux distributions like Ubuntu, Debian, Alpine and others. This experience has revealed a recurring set of engineering constraints shared across traditional distros: assumptions about package managers, filesystem layout, dependency chains, downstream patches, boot tooling, or init system behavior that work well for classic installations, but create friction in image-based, cloud-native and edge-focused environments.
17+
18+
This talk presents the design principles that emerged from this work: minimal bases, upstream-first components, predictable boot paths, trusted boot chains, reproducibility, and clear separation between the immutable system image and extensible runtime layers. We will discuss both the technical challenges and the architectural conclusions that followed.
19+
20+
These lessons ultimately led us to build Hadron, a new minimal Linux distribution developed by the Kairos team: musl-based, systemd-powered, upstream-aligned, and designed specifically for image-based systems. Hadron is not intended to replace any existing distribution; rather, it is a small, focused reference implementation of what an OS optimized for this model can look like.
21+
22+
The goal of this talk is to share practical insights with the wider distribution community and contribute to the ongoing evolution of image-based Linux.
23+
24+
Links:
25+
- https://github.com/kairos-io/hadron
26+
- https://github.com/kairos-io/kairos
27+
- https://kairos.io/

0 commit comments

Comments
 (0)