Join us

ContentCurated links by FAUN.dev
Link
@faun shared a link, 8Ā months, 1Ā week ago
FAUN.dev()

5 of the best distros for building Kubernetes clusters

More devs are spinning upKubernetes clusters on stripped-down Linux distros—thinkRaspberry Pi OS,Debian,Talos Linux,Fedora CoreOS. MicroK8s and k3s make low-power, ARM-first deployments feel less like a science project. Talos Linux? It’s the wildcard—API-only node opsand animmutable, locked-down de.. read more Ā 

5 of the best distros for building Kubernetes clusters
Dev Swag
@ByteVibe shared a product

Hodl Bitcoin - Heavy Blendā„¢ Hoodie

#developerĀ  #merchandiseĀ  #swagĀ 

This unisex heavy blend Hooded Sweatshirt is relaxation itself. It's made with a thick blend of Cotton and Polyester, which makes it plush, soft and warm. The spacious Kangaroo Pocket adds daily pract...

Link
@faun shared a link, 8Ā months, 1Ā week ago
FAUN.dev()

How to Deploy a Kubernetes App on AWS EKS

AWS EKS takes the grunt work out of running Kubernetes. It handles the control plane, automates upgrades, hooks into IAM and VPC, and scales without breaking a sweat. Witheksctlandkubectl, devs can launch clusters fast, drop in their YAML, and wire up services through built-in load balancers... read more Ā 

How to Deploy a Kubernetes App on AWS EKS
Link
@faun shared a link, 8Ā months, 1Ā week ago
FAUN.dev()

Critical Kubernetes Capsule Vulnerability Allows Arbitrary Namespace Label Injection

Capsule v0.10.3had a problem. Tenant users could sneak their own labels into system namespaces—an easy way to punch holes in Kubernetes multi-tenancy. v0.10.4shuts that down. It tightens namespace validation and clamps down on label injection... read more Ā 

Link
@faun shared a link, 8Ā months, 1Ā week ago
FAUN.dev()

Tuning Linux Swap for Kubernetes: A Deep Dive

Kubernetes v1.34makesNodeSwapofficial. For the first time, swap on Linux nodes is fully supported—breaking with the old norm of just turning it off. Why it matters: NodeSwap gives the kubelet a pressure valve. Instead of firing off OOM kills, it can push some memory to disk. But this isn’t a free w.. read more Ā 

Tuning Linux Swap for Kubernetes: A Deep Dive
Link
@faun shared a link, 8Ā months, 1Ā week ago
FAUN.dev()

Elon Musk's xAI Offers Up To $440K For Infrastructure Engineers, Calls It 'Adventure Of A Lifetime'

xAI wants infrastructure engineers to help scale itssupercomputing stack—and they're not playing small. They're after folks who knowKubernetes, can wrangleL4/L7 proxies, and speak fluentcloud networking. The goal: pushmulti-cluster production inferenceacross the Memphis supercluster (yeah, the one .. read more Ā 

Elon Musk's xAI Offers Up To $440K For Infrastructure Engineers, Calls It 'Adventure Of A Lifetime'
Link
@faun shared a link, 8Ā months, 1Ā week ago
FAUN.dev()

OpenTelemetry configuration gotchas

Zero-code OpenTelemetry still feels like a myth. Python skips logs out of the box. Quarkus wires up tracing, nothing else. Micrometer Tracing (Spring Boot) ignores OTel env vars unless you’re on 3.5 or later. Every stack plays by its own rules... read more Ā 

OpenTelemetry configuration gotchas
Link
@faun shared a link, 8Ā months, 2Ā weeks ago
FAUN.dev()

You can’t UPDATE what you can’t find: vs PostgreSQL

ClickHouse just leveled up. Its new SQL-standardUPDATEis fast—PostgreSQL-fast on single-row changes, and up to4,000Ɨfaster on bulk updates. That’s pure columnar speed plus parallelism in the driver’s seat. Yes, both use MVCC. But unlike Postgres, ClickHouse dodges transaction bloat by default. That.. read more Ā 

You can’t UPDATE what you can’t find: vs PostgreSQL
Link
@faun shared a link, 8Ā months, 2Ā weeks ago
FAUN.dev()

Using AWS ECR as a universal OCI repository

AWS ECR is an OCI repository supporting different types of artifacts, from Docker images to machine learning models, allowing for simplified management and unified access. Users can interact with ECR using CLI tools like ORAS, Helm, and Terraform, providing integration with CI/CD pipelines for effic.. read more Ā 

Link
@faun shared a link, 8Ā months, 2Ā weeks ago
FAUN.dev()

Faster Index I/O with NVMe SSDs

A search service (Marginalia Search) gutted its old index internals and dropped memory-mapped B-trees. In their place: adeterministic, block-aligned skip listtuned fordirect reads on NVMe SSDs. It runs on128KB block sizes, usescustom buffer pools, and leans hard onio_uringfor async position lookups.. read more Ā 

Link
@faun shared a link, 8Ā months, 2Ā weeks ago
FAUN.dev()

Node.js v22.18.0 (LTS) is out

Node.js just got spicier. You can now runTypeScript files out of the box—no transpile step, no weird configs. It’s experimental, and only supports a trimmed-down syntax, but still: big move. Elsewhere, it’s tacklingburst fs eventswith AsyncIterator support, tightening upCJS/ESM cycle resolution, an.. read more Ā 

Node.js v22.18.0 (LTS) is out