Browsing Tag
kubernetes
122 posts
J’ai galéré pendant 3 semaines pour monter un cluster Kubernetes (et voilà ce que j’ai appris)
Le contexte Bon, soyons honnêtes. Au début, j’avais un gros bordel de scripts bash éparpillés partout. Genre 5-6…
Kubernetes Tutorial for Beginners: Basic to Advance
When your app grows from 3 pods to 300, things start breaking. Not because of bad code. But…
Day 10 — Legacy Systems (The Old Bridge)
The forest grows darker as Gord and Rothütle push deeper, the trees closing in like ancient sentinels. Rothütle…
How Database-Driven Kubernetes Automation Actually Works
In my previous post, I talked about why I built Lynq and the problems it solves. But I…
OVN Kubernetes – What Makes It Different
Introduction As Kubernetes continues to dominate container orchestration, the networking layer has become increasingly critical to cluster performance…
High-Level Kubernetes Architecture
Kubernetes follows a master–worker (control-plane / node) model. At a high level: Control Plane = Brain of the…
KubeEdge and Edge Computing
KubeEdge: Extending Kubernetes to the Edge for Robust and Scalable Edge Computing Introduction Edge computing is revolutionizing industries…
🏡 Why I Built My Own Homelab to Run Kubernetes
Hey everyone 👋 If you have been following my posts, you might have noticed that I have been…
Designing a self-healing distributed Service on Kubernetes
What if your service could mend itself, detect problems, diagnose the cause, and bounce back, all without human…
Part-91: 🚀 Google Kubernetes Engine (GKE) – Node Pools & Node Selectors
When working with Google Kubernetes Engine (GKE), you’ll come across two powerful concepts: 👉 Node Pools 👉 Node…