11 lines
315 B
Markdown
11 lines
315 B
Markdown
# Kubenix: Leveraging NixOS modules to generate Kubernetes manifests
|
|
|
|
My presentation at NixCon 2024 Berlin about Kubenix.
|
|
The talk page can be found [here](https://talks.nixcon.org/nixcon-2024/talk/PZKQP8/).
|
|
|
|
```
|
|
# Build the presentation
|
|
$ nix build
|
|
# Open the presentation
|
|
$ xdg-open result/presentation.html
|
|
```
|