PinnedXavier Pestel (Xavki)·Sep 12, 2024How to create network namespaces like docker or any container runtime ?Docker or container runtimes implement multiple namespaces. For example, docker uses user, ipc, mount namespaces… and network namespaces.
Xavier Pestel (Xavki)·Jun 30NATS: The Messaging System That Does Three Things in One 5MB BinaryWhy Walmart, Mastercard, and Tinder bet on a lightweight CNCF-graduated message broker
Xavier Pestel (Xavki)·Jun 29CodeGraph: The AI Code Intelligence Tool That Slashes Agent Tool Calls by 58%How a pre-built knowledge graph turns your AI coding agent into a surgical code surgeon with zero config and 100% local execution.
Xavier Pestel (Xavki)·Jun 27Temporal: Durable Execution for Workflows That Survive Crashes, Restarts, and the test of timeIf you have ever built a multi-step distributed workflow — an order fulfillment pipeline, a SaaS onboarding flow, or a LLM agent chain —…
Xavier Pestel (Xavki)·Jun 27NetBird: Build a Peer-to-Peer Private Network with WireGuard and Zero TrustNetBird is an open-source platform (BSD-3 / AGPLv3) written in Go that combines a client agent, a Management service, a Signal service, and…
Xavier Pestel (Xavki)·Dec 16, 2024How to organize automatically your bash history ??The bash history is a powerful tool. Remember when you begin a new job a reset your desktop and you need to start a new history. No ctrl+r…
Xavier Pestel (Xavki)·Dec 15, 2024Kubectl : be efficient with your CLIWhen a company adopts kubernetes, it’s cool. But no day without run a kubectl to debug or troubleshoot, that’s the reality.
Xavier Pestel (Xavki)·Nov 15, 2024From your kubectl apply to a pod ?A new blog post after the previous about the kubernetes architecture overview.
Xavier Pestel (Xavki)·Nov 3, 2024Summary of the kubernetes architectureToday, I want to dive into Kubernetes architecture. To explore this, let’s follow the flow of a kubectl command. Essentially, a kubectl…