Persistence volume in Kubernetes

Learn persistent volume on kubernetes My status in my learning session on kubernetes : Name Learning stat Commentary Pods Create, delete, logs Deployment 馃煝 Consepts understood nfs-driver 馃煝 In place to use TrueNAS NFS shared storage Calico 馃煚 Basic functionality; not fully mastered but operational Service 馃煚 ClusterIP and NodePort understood; LoadBalancer and ExternalName not yet used Traefix 馃煚 Learning, used with Service LoadBalancer API gateway 馃煚 Learning, used with Service LoadBalancer PV 馃敶 Persistent volumes not yet required PVC 馃敶 Persistent volume claims not yet required I hadn鈥檛 needed to create a PV and a PVC. So, I had to learn how to access this ressource in my Talos Kubernetes cluster. ...

December 11, 2025 路 1 min

OpenClaw setup and security

Why I run OpenClaw at home I want an AI agent who can read my files, run commands, and help me on my homelab project, but I don鈥檛 want to send my workspace to a SaaS or open a public port on my router. OpenClaw is a self-hosted agent platform: it run on my Linux box, hold the agent sessions, and expose a small control UI to interact with it from any of my devices. ...

May 14, 2026 路 4 min

Refactoring My Blog

Why refactoring? The first reason is that I didn鈥檛 put much thought into this side project. Also, I spent time trying to build a complicated CI/CD pipeline with GitHub Actions, and the result was not what I wanted. Separate tasks In the previous version of my blog, all the Hugo file system and the translations were in the root of the project. I started to structure things better by separating tasks: ...

March 27, 2026 路 3 min

Homelab architecture Learning Project

Building a Home Lab to Learn Kubernetes I wanted to learn Kubernetes鈥攔eally learn it, not just follow a few tutorials. While researching, I noticed many people build their own home labs to run cloud services or custom applications. That inspired me to set up a complete home lab myself: first to run basic services like Nextcloud or OpenProject, and then to experiment with a full DevSecOps pipeline. First Step To understand Kubernetes properly, I needed something close to real-world infrastructure. Buying three or more physical servers wasn鈥檛 possible, so I decided to create everything on a single machine using multiple virtual machines (VMs). This way I can spin up as many servers as I need and quickly learn how to build a cluster. ...

September 15, 2025 路 3 min

Network Configuration

First issue Multiples environnements First, I need to connect to my server in SSH and in http to manage Proxmox. With this diagram you can see a simple usage of VM machine. But, I have personal conditions. I need to have a virtual network to have a stable IP of my node in my cluster. But, as you can see, in default with proxmox, you have one bridge created connect to the physical Ethernet port in the server. And, I change environnement to work in my office, and my home because I don鈥檛 have an internet box in there, so for connect my server to my PC, I need to connect the Ethernet ports of the server and my PC in direct. ...

August 31, 2025 路 3 min

First Step in Homelab world

Create a Home Lab to Learn Kubernetes Why Learn Kubernetes? swit As a software engineer focused on low-level implementations, I realized I didn鈥檛 fully understand how modern cloud systems work, or how millions of users can access massive amounts of services without interruption. What fascinates me most is the elasticity of resource allocation. Think about Netflix: every evening, millions of people connect at the same time to watch their favorite series. This creates a huge traffic peak. Yet, everything runs smoothly without downtime. ...

August 31, 2025 路 3 min