2024

DateTitleDescription
24/04/2024Falco from A to YLearn how to detect intrusions on your servers with Falco, a threat detection engine. We will see how to create our custom rules, deploy them on our machines, and visualize them in a web interface.
27/03/2024ArgoCD from A to YIn this article, I provide you with a first definition of what GitOps is and how to implement it with ArgoCD in a Kubernetes environment.
26/02/2024Talos - An Immutable OS for KubernetesTalos is an operating system for Kubernetes. It is designed to be lightweight, secure, and easy to use. In this article, I will introduce Talos and its features.

2023

DateTitleDescription
29/12/2023Creating your MicroVM cloud at home?“I constantly use virtual machines to test scripts, host services, perform deployment tests, etc. I usually use Proxmox in my lab, and Libvirt at work.
02/12/2023How to manage secrets in Kubernetes with Sealed-Secret“When deploying an application on Kubernetes, it may need secrets to function. But how to manage these secrets? How to store them? There are many solutions to manage secrets in Kubernetes, I will present one to you: Sealed-Secret.”
08/07/2023Getting Started with TmuxTmux is a terminal multiplexer that allows you to create and control sessions. It is often used to run a command in the background and be able to close the terminal without stopping the process. Let’s see how to use it.
16/05/2023IPFS - A protocol for archiving and sharing filesThrough this page, you will discover what IPFS is and how to share your files so they become uncensorable and decentralized