Join us

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

Azure Kubernetes Cluster with Terraform

Spin up a production-gradeAKScluster withTerraform, but skip the hand-wavy theory. This new hands-on project gets into the weeds—RBAC, autoscaling, network policies, IP lockdowns, and yes,Azure Monitorwired up for observability out of the gate. Costs? Controlled. Infra? All code. It’s IaC for teams.. read more  

Dev Swag
@ByteVibe shared a product

Mesh it - Developer T-Shirt

#developer  #merchandise  #swag 

Write it, cut it, paste it, save it, load it, check it, deploy it then mesh it! Made of 100% cotton, this t-shirt has a slim fit, so it's perfect for all body types. ✅ 100% cotton ✅ Classic fit ✅ Tear...

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

Docker Scout for Vulnerability management of Containers and remediation

Docker Scout now scans Azure Linux 3.0 containers for CVEs in real time—right in your pipeline. It spots vulns by layer, shows you how to fix them, and plays nice withDocker,Azure DevOps, andGitHub Actions. Security scanning isn't extra credit anymore. It's shipping with the build... read more  

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

How to use cache mounts to speed up Docker builds

Depot just droppedNVMe-backed cache mounts—persistent, high-speed, and wired for true incremental Docker builds. Yes, even inephemeral CI. It hooks intonative BuildKit cache mounts, supporting bothsharedandexclusiveaccess. No more fragile registry caches. No more arcane CI cache duct tape... read more  

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

Retiring Docker Content Trust

Docker’s sunsettingDocker Content Trust (DCT)in 2025, starting withDocker Official Images. Not many used it, andNotary v1is toast. So they’re moving to modern signing tools likeSigstoreandNotation. Migration guides are on the way. What’s really happening:The container world’s ditching old trustboxe.. read more  

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

20 Best Kubernetes Monitoring Tools in 2025

Kubernetes monitoring isn't just about scraping metrics anymore. It's grown up into full-stack observability—metrics, logs, traces, plus flashy toys like AI-powered anomaly detection, real-time dashboards, and distributed tracing that actually works. The big players—Prometheus,Grafana,Datadog,Dynat.. read more  

20 Best Kubernetes Monitoring Tools in 2025
Link
@faun shared a link, 9 months, 1 week ago
FAUN.dev()

How Freshworks optimized server provisioning using Karpenter

Freshworks optimized AWS EKS with Karpenter to handle diverse instance types, reduce costs, and achieve seamless node provisioning, disruptions, and terminations with minimal impact to service availability and resource utilization... read more  

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

Kubernetes v1.34 Sneak Peek

Kubernetes v1.34 lands in August 2025. It bringsDynamic Resource Allocation (DRA)to stable—structured resource requests, CEL filtering, and support for GPUs and custom gear. Built on new API types. Finally. Kubelet and API Server tracinglevel up with OpenTelemetry. Stable's the goal. Per-HPA autos.. read more  

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

Understanding Kubernetes Commands and Arguments

Kubernetes lets you override a container’sCMDandENTRYPOINTwith thecommandandargsfields in your Pod spec. But don’t expect to change them after the Pod’s spun up—this isn’t Docker. No runtime flags here... read more  

Link
@faun shared a link, 9 months, 3 weeks ago
FAUN.dev()

Policy Zones: How Meta enforces purpose limitation at scale in batch processing systems

Meta’s Privacy Aware Infrastructure (PAI) slamsGovernable Data Annotations (GDAs)at runtime. It parses SQL across itsexabyte-scalewarehouse and blocks any flow that floutspurpose-usepolicies. It welds Unified Programming Model (UPM), Policy Evaluation Service (PES), Warehouse Permission Service (WP.. read more  

Policy Zones: How Meta enforces purpose limitation at scale in batch processing systems
Link
@faun shared a link, 9 months, 3 weeks ago
FAUN.dev()

To be a better programmer, write little proofs in your head

Developer sketchesproofsmid-code. This drives first-run correctness by leaning onmonotonicity,immutability,invariants, andpre/postconditions. They carve code into atomic steps. They erectfirewallsto contain impact zones. They wield induction for recursive logic—proof-affinity blooms. They drill form.. read more