ContentPosts from @tvelmachos..
Link
@faun shared a link, 9 hours ago

Supply chain attack compromises npm packages to spread backdoor malware

A fresh supply chain ambush—Scavenger—slipped into npm through the front door. Attackers phished maintainers of high-profile packages likeis,eslint-plugin-prettier, andsynckit, then dropped cross-platform JavaScript malware straight into the codebase. Real-time C2 channels included. They typosquatt..

Link
@faun shared a link, 9 hours ago

Creating a GitHub App based Azure DevOps Pipelines Service Connection

Azure DevOps made it easier to link up with GitHub—no more re-installing the Azure Pipelines GitHub App to kick things off. Teams can spin up aGitHub App–based service connectiondirectly from a dummy pipeline setup. The service connection comes GitHub App–authenticated out of the gate. Super handy ..

Creating a GitHub App based Azure DevOps Pipelines Service Connection
Link
@faun shared a link, 9 hours ago

vCluster: The Performance Paradox – How Virtual Clusters Save Millions Without Sacrificing Speed

vClustercuts Kubernetes infra costs by running virtual clusters as pods inside a shared host. No more spinning up full control planes for every tenant. Itslean Syncerfilters API traffic to keep clusters from melting down.Shared controllersand a built-insleep modekeep idle workloads quiet—and cheap...

Link
@faun shared a link, 9 hours ago

From Borg to Broken: why Kubernetes 2.0 is an apology letter

Kubernetes 2.0 is kicking YAML to the curb.After years of living and breathing.yamlfiles, the project is eyeing a hard break. Maintainers haven’t said it outright, but the message is clear: YAML isn’t cutting it anymore. System shift:This could signal a real usability reboot—maybe even a less painf..

From Borg to Broken: why Kubernetes 2.0 is an apology letter
Link
@faun shared a link, 9 hours ago

Choosing the Best Kubernetes API Gateway: comparing Kong, Envoy, and kgateway

TheKubernetes Gateway APIhit v1.0 and is officially stable. It's a clean break from the old Ingress model, bringing modular, role-aware, multi-protocol control. Core players:Gateway,GatewayClass, andHTTPRoute. On the flip side,Kong Gatewayis losing ground. The newer kids—Envoy Gatewayandkgateway—ar..

Link
@faun shared a link, 9 hours ago

I've been using Talos Linux for Kubernetes, and I'll never look back

Talos Linux—an OS stripped down to the essentials and locked tighter than a production firewall—now boots cleanly as a VM onProxmox, playing nice with fullKVM/QEMUsupport. No shell, read-only filesystem, all wired forKubernetesviatalosctl. System shift:Devs are tossing old-school VM stacks for bare..

I've been using Talos Linux for Kubernetes, and I'll never look back
Link
@faun shared a link, 9 hours ago

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

20 Best Kubernetes Monitoring Tools in 2025
Link
@faun shared a link, 9 hours ago

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

Link
@faun shared a link, 9 hours ago

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

Link
@faun shared a link, 9 hours ago

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