Join us

ContentCurated links by FAUN.dev
Link
@kaptain shared a link, 20 hours ago
FAUN.dev

Spotlight on Policy Working Group

The Kubernetes Policy Working Group got busy turning good intentions into real specs. They rolled out thePolicy Reports API, dropped best-practice docs worth reading, and helped steerValidatingAdmissionPolicyandMutatingAdmissionPolicytoward GA. Their work pulled inSIG Auth,SIG Security, and anyone e..

Dev Swag
@ByteVibe shared a product

Ninjaneer - Developer / Programmer / Software Engineer Kiss Cut Sticker

#developer  #merchandise  #swag 

👨‍🚀 ByteVibe, a space out of space 👨‍🚀 ─ ✅ White or transparent✅ Durable color / long lasting✅ Durable material✅ Vibrant colors✅ Grey adhesive left side for white stickers✅ 100% vinyl with 3M glue✅ Gl...

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Link
@kaptain shared a link, 20 hours ago
FAUN.dev

A fully functional Kubernetes cluster with 1 million active nodes.

Pushing Kubernetes to 1M nodes isn’t just hardware—it's architectural judo. Networking flips to exclusive IPv6.Less chatter, more breathing room. etcd hits a wall.Write throughput stalls at scale, so they swap it out. Entermem_etcd, a Rust-built replacement pushing over 1M buffered writes per second..

A fully functional Kubernetes cluster with 1 million active nodes.
Link
@kaptain shared a link, 20 hours ago
FAUN.dev

Debug Builds with Visual Studio Code

Docker droppedBuildx debuggingfor VS Code. Set breakpoints in your Dockerfiles. Peek into image layers. Even jump into an interactive shell mid-build. It runs on theDebug Adapter Protocol, so editors likeNeovimandJetBrains IDEscan join the party too...

Debug Builds with Visual Studio Code
Link
@kaptain shared a link, 20 hours ago
FAUN.dev

How to Allocate Kubernetes Resource Ownership

Resource ownership in Kubernetes isn’t just a nice-to-have anymore—it’s turning into table stakes. Teams are usingnamespaces, RBAC, labels, quotas, and admission controllersto draw clear lines around who owns what, how much they can use, and what rules they follow. Tools likeKyverno,LimitRanges, and..

How to Allocate Kubernetes Resource Ownership
Link
@kaptain shared a link, 20 hours ago
FAUN.dev

Hardened Images: crafted by humans, protected by AI

Docker just wired anAI guardrailstraight into its Hardened Image (DHI) pipeline. It scans upstream diffs, catches regressions before they ship, and stops bad logic in its tracks. Case in point: it flagged a logic bug that slipped past the usual coding copilots. A real fix landed upstream. Win for cu..

Hardened Images: crafted by humans, protected by AI
Link
@kaptain shared a link, 20 hours ago
FAUN.dev

Announcing Istio 1.27.2

Istio 1.27.2 locks down TLS secret access in Gateway API mode. Now, both the namespace and service account have to match. No more half-matching your way in. It also drops the install order dependency betweenistioctl’s pilot and CNI. You can now install those in whatever order your chaos-loving soul ..

Announcing Istio 1.27.2
Link
@kaptain shared a link, 20 hours ago
FAUN.dev

Connect Codex to MCP Servers via MCP Toolkit

OpenAI Codex just leveled up. It now hooks into Docker’sModel Context Protocol (MCP) Toolkit, which means it can tap directly into 200+ infrastructure tools—likeNeo4j graph databases—as if they were built-in features. With MCP, Codex doesn’t just code. It runs containers, spins up data models, eats ..

Connect Codex to MCP Servers via MCP Toolkit
Link
@faun shared a link, 1 week, 3 days ago

Inside Husky’s query engine: Real-time access to 100 trillion events

SteamPipe just gutted its real-time storage engine and rebuilt it inRust. Expect faster performance and better scaling. Now runs oncolumnar storage, ships withvectorized queries, and rolls anobject store-backed WAL. Serious firepower for time series data. System shift:Another sign that high-throughp..

Link
@faun shared a link, 1 week, 3 days ago

Advanced PostgreSQL Indexing: Multi-Key Queries and Performance Optimization

Advanced PostgreSQL tuning gets real results: composite indexes and CTEs can cut query latency hard when slicing huge datasets. AddLATERALjoins and indexed subqueries into the mix, and you’ve got a top-N query pattern that holds up—even when hammering long ID lists...

Advanced PostgreSQL Indexing: Multi-Key Queries and Performance Optimization
Link
@faun shared a link, 1 week, 3 days ago

Going down the rabbit hole of Postgres 18 features by Tudor Golubenco

PostgreSQL 18 just hit stable. Big swing! Async IO infrastructureis in. That means lower overhead, tighter storage control, and less CPU getting chewed up by I/O. Adddirect IO, and the database starts flexing beyond traditional bottlenecks. OAuth 2.0? Native now. No hacks needed. UUIDv7? Built-in su..

Going down the rabbit hole of Postgres 18 features by Tudor Golubenco