Fabrizio Lazzaretti

Talk: Your Workloads Can Lose Some Weight: WebAssembly on Kubernetes at FOSDEM '26

WebAssembly on Kubernetes offers a radically lighter approach to running workloads. This talk at FOSDEM '26 covered WASM integration through containerd shims with a Rust example from beginning to end.

Talk: DevOps for AI: More than Just Models – Success through Collaboration and Automation

MLOps and collaboration are crucial for moving AI from proof-of-concept to production. This talk focuses on the process and collaboration aspects of implementing sustainable AI using vendor-neutral tools like Kubeflow.

Honored to Become a CNCF Ambassador

I'm excited to announce that I've been named a CNCF Ambassador! This recognition reflects my ongoing commitment to the cloud-native ecosystem through contributions to open-source projects, speaking at conferences, and promoting cloud-native technologies.

Simplifying Kubernetes Resource Management with Helm 3

Kubernetes is an excellent tool for container orchestration, but managing configurations and deployments manually can become cumbersome as your environment grows. Helm simplifies this process by introducing the concept of "charts." These charts encapsulate Kubernetes manifests, offering a reusable and templated solution for orchestrating deployments, services, config maps, and other Kubernetes resources. Overall, Helm makes deployments configurable, simpler, repeatable, and manageable.

Talk: Supercharging Edge Event-Driven Architecture on Kubernetes with Wasm

In this talk, we will explore the transformative potential of WebAssembly (WASM) in enhancing event-driven deployments on Kubernetes. We will examine the current state of WebAssembly in conjunction with Kubernetes, Knative, and KEDA, providing an overview of its capabilities within the CNCF ecosystem. We'll focus on building autoscaling event processing systems with practical examples using Kafka, and discuss the benefits and challenges of this approach.

Talk: Einführung in Helm: Die bessere Art Kubernetes-Anwendungen zu managen

In diesem Vortrag werden wir Helm 3 genauer unter die Lupe nehmen. Helm ist ein Open Source Projekt, das von der Cloud Native Computing Foundation (CNCF) betreut wird. Es hat den Graduated-Level erreicht, was bedeutet, dass es von der CNCF als stabil und bereit für den produktiven Einsatz ist. Helm dient als Paketmanager für Kubernetes und bietet leistungsstarke Funktionen zur Verwaltung von Kubernetes-Ressourcen, gesamten Anwendungen und ihren Abhängigkeiten. Wir lernen mit Helm 3 zu arbeiten und lernen Best-Practices kennen. Zusammen lernen wir auch mit Tücken umzugehen.