| |
| 🔗 Stories, Tutorials & Articles |
| |
|
| |
| Building a fault-tolerant metrics storage system at Airbnb |
| |
| |
Airbnb built a metrics system that ingests 50M samples/s, stores 2.5PB of logical time series, and hosts 1.3B active series.
They use tenant-per-service grouping and shuffle sharding. They enforce per-tenant guardrails and a consolidated control plane. They shard queries and compaction. They run zone-aware replicas and multi-cluster rollouts. |
|
| |
|
| |
|
| |
| v1.36: User Namespaces in are finally GA |
| |
| |
Kubernetes v1.36 promotes User Namespaces to GA on Linux. It brings rootless workload isolation.
Kubelet leans on kernel ID-mapped mounts. It sidesteps expensive chown by remapping UID/GID at mount time and confines privileged processes. No more mass-chown screams. |
|
| |
|
| |
|
| |
| The AI-driven shift in vulnerability discovery: What maintainers and bug finders need to know |
| |
| |
AI models let non-experts craft real and fake vulnerabilities at scale. They spit out low-quality noise and the occasional high-value report.
Reports flood OSS maintainers. Triage, patching, release cadences, and downstream upgrade/compliance pipelines buckle under the load.
Guidance recommends publishing threat models, requiring tested PoC and example fixes, adopting AI-assisted triage, and tracking triage metrics. |
|
| |
|
| |
|
| |
| From public static void main to Golden Kubestronaut: The Art of unlearning |
| |
| |
The author left JVM monolith ops for Kubernetes. They stacked certs: CKA, CKAD, CKS, KCNA, KCSA, CNCF Golden Kubestronaut.
They treat Pods as the atomic deployable. They pick fights: Ingress vs NodePort. They warn about ConfigMap drift.
They spotlight runtime primitives: Horizontal Pod Autoscaler and service mesh for resilience. |
|
| |
|
| |
|
| |
| Why MicroVMs: The Architecture Behind Sandboxes |
| |
| |
Docker Sandboxes puts each agent session in a dedicated microVM. Each microVM runs a private Docker daemon inside the VM boundary. That blocks access to the host.
A new cross‑platform VMM runs on macOS, Windows, and Linux hypervisors. It slashes cold starts and runs full Docker build, run, and compose workflows per sandbox. |
|
| |
|
|
| |
👉 Got something to share? Create your FAUN Page and start publishing your blog posts, tools, and updates. Grow your audience, and get discovered by the developer community. |