Advanced Secret Management on Kubernetes with Pulumi: External Secrets OperatorOct 6, 2024路10 min read路251
Kubernetes GPU Sharing: NVIDIA MIG + DRA on Amazon EKSGPU scheduling in Kubernetes has always felt like buying a mansion when you need a studio apartment. A small inference workload that needs 2GB of GPU memory gets scheduled on an entire 80GB A100, and there's nothing you can do about it. The device pl...Feb 1, 2026路29 min read路418
Deploying a Kubernetes Cluster in Strasbourg?!Yes, with Pulumi and OVH Public Cloud!Aug 10, 2023路5 min read路416
How to cross-compile your Rust applications using cross-rs and GitHub Actionsand DockerJul 30, 2023路7 min read路3.0K
Kubernetes 1.26: Implementing Validating Admission Policies with PulumiOn ScalewayJul 30, 2023路15 min read路371
Rust Development with TestcontainersIntroduction In this blog post, we're going to explore how to use Testcontainers as part of our integration testing strategy in Rust. To have hands-on experience, we're going to build a simple web application that exposes a REST API to manage cars. T...Jul 5, 2023路8 min read路1.5K
How to build an SSH client using Rust 馃TL;DR: The Code As usual, here the link to the code: https://github.com/dirien/quick-bites/tree/main/rust-ssh Introduction In this tutorial, we will build a simple SSH client using Rust 馃. Having a way to connect to a remote server is often a requ...Jun 17, 2023路4 min read路4.2K
How To Upgrade Your AKS Cluster Using Only PulumiNo need for az cli or PortalJun 15, 2023路7 min read路366