ContentPosts from @fjcorreaa..
Link
@faun shared a link, 1 day, 12 hours ago

Hunting Living Secrets: Secret Validity Checks Arrive in GitHub Advanced Security for Azure DevOps

GitHub Advanced Security for Azure DevOps just got sharper: it now checks if leaked secrets are actuallyvalid. Secrets are flagged asActiveorUnknownby pinging providers in real time. No setup needed. It auto-kicks in for supported secret types. Why care?Because not every secret leak is an emergenc..

Hunting Living Secrets: Secret Validity Checks Arrive in GitHub Advanced Security for Azure DevOps
Link
@faun shared a link, 1 day, 12 hours ago

Using DuckDB in AWS Lambda

DuckDB is an open-source in-process SQL OLAP database management system optimized for analytical queries. It can efficiently handle large datasets in a memory-efficient manner, making it suitable for serverless architectures. A DuckDB Lambda layer can be used to run performant queries on remote data..

Link
@faun shared a link, 1 day, 12 hours ago

Best Linux distro for developers of 2025

TechRadar rounds up the best Linux distros for devs.Manjarodelivers Arch power without the pain.DebianandUbuntu LTShold steady for those who put uptime over edge.Fedorakeeps the new stuff flowing. Solusrolls with a tight curation hand—smooth updates, no chaos.Mocaccinoaims at Gentoo lovers who want..

Best Linux distro for developers of 2025
Link
@faun shared a link, 1 day, 12 hours ago

Kubernetes v1.34 Sneak Peek: A Game-Changer for the Kubernetes Expert’s Lifecycle

Kubernetes v1.34 lands August 2025 with a clear agenda: smarter scheduling, tighter control, fewer surprises. Dynamic Resource Allocationgoes stable, letting clusters actually reason about GPUs, FPGAs, and NICs. AI/ML and HPC jobs stop guessing and start requesting what they need. ServiceAccount t..

Link
@faun shared a link, 1 day, 12 hours ago

Kubernetes costs keep rising. Can AI bring relief?

88% of Kubernetes users say their total costs keep climbing—thanks to overprovisioned clusters, messy architectures, and hands-on ops. So now, 92% are bringing inAI-driven cost toolsto automate rightsizing and squeeze waste from sprawling workloads. System shift:AI isn't just sneaking into cluster ..

Kubernetes costs keep rising. Can AI bring relief?
Link
@faun shared a link, 1 day, 12 hours ago

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..

Tuning Linux Swap for Kubernetes: A Deep Dive
Link
@faun shared a link, 1 day, 12 hours ago

Kubernetes Learning Roadmap

The Kubernetes Learning Roadmap covers key concepts such as understanding Kubernetes use cases, installing Kubernetes locally, interacting with Kubernetes using YAML and kubectl, managing deployments and replica sets, and networking in Kubernetes. Additionally, it includes topics like managing envir..

Kubernetes Learning Roadmap
Link
@faun shared a link, 1 day, 12 hours ago

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..

5 of the best distros for building Kubernetes clusters
Link
@faun shared a link, 1 day, 12 hours ago

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...

Link
@faun shared a link, 1 day, 12 hours ago

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...

OpenTelemetry configuration gotchas