Join us

ContentUpdates and recent posts about werf..
Link
@kala shared a link, 2 months ago
FAUN.dev()

AI agents are starting to eat SaaS

AI coding agents are eating the lunch of low-complexity SaaS. Teams with a bit of dev muscle are skipping subscription logins and spinning up dashboards, pipelines, even decks, using Claude, Gemini, whoever’s fastest that day. Build vs. buy? Tilting back toward build. The kicker: build now takes min.. read more  

AI agents are starting to eat SaaS
Link
@kala shared a link, 2 months ago
FAUN.dev()

Everything to know about Google Gemini’s most recent AI updates

Google jammed a full no-code AI workshop into Gemini. The browser now bakes inOpal, a drag-and-drop app builder with a shiny newvisual editor. You can chain prompts, preview apps, and feed it text, voice, or images, without touching code. They also dropped theGemini 3 Flash model, built for dual rea.. read more  

Link
@devopslinks shared a link, 2 months ago
FAUN.dev()

From Static Rate Limiting to Adaptive Traffic Management in Airbnb’s Key-Value Store

Airbnb just rewired Mussel, its key-value store, with a smarter, layered QoS system. Out go the rigid QPS caps. In comeresource-aware rate control,criticality-based load shedding, andreal-time hot-key mitigation. Dispatchers now speak the language of backend cost -rows, bytes, latency - not just raw.. read more  

From Static Rate Limiting to Adaptive Traffic Management in Airbnb’s Key-Value Store
Link
@devopslinks shared a link, 2 months ago
FAUN.dev()

Agent-Driven SRE Investigations: A Practical Deep Dive into Multi-Agent Incident Response

A sandboxed setup dropped multiple Claude-powered agents into Docker containers to run a full incident response drill. Each agent played a role: probing Kubernetes clusters, sniffing out root causes, and shipping remediation PRs straight to GitHub. Out of 7 test incidents, they nailed the diagnoses .. read more  

Agent-Driven SRE Investigations: A Practical Deep Dive into Multi-Agent Incident Response
Link
@devopslinks shared a link, 2 months ago
FAUN.dev()

async dns

A developer went digging for safer async DNS incurlafterpthread_cancelstarted breaking things. Threadless, callback-free options took the spotlight.OpenBSD’sasrquickly stood out, clean event loop integration, no threads, no drama. Beat outc-areson portability and design clarity... read more  

Link
@devopslinks shared a link, 2 months ago
FAUN.dev()

How We Saved 70% of CPU and 60% of Memory in Refinery’s Go Code, No Rust Required.

Refinery 3.0 cuts CPU by 70% and slashes RAM by 60%. The trick: selective field extraction from serialized spans. No full deserialization. Fewer heap allocations. Way less waste. It also recycles buffers, handles metrics smarter, and is gearing up to parallelize its core decision loop... read more  

How We Saved 70% of CPU and 60% of Memory in Refinery’s Go Code, No Rust Required.
News FAUN.dev() Team
@kaptain shared an update, 2 months, 1 week ago
FAUN.dev()

Docker Brings Production-Grade Hardened Images to Developers at No Cost

Docker

Docker has launched Docker Hardened Images, a secure and minimal set of production-ready images. These images are now freely available to developers.

Docker Brings Production-Grade Hardened Images to Developers at No Cost
Link
@anjali shared a link, 2 months, 1 week ago
Customer Marketing Manager, Last9

OTel Updates: OpenTelemetry Deprecates Zipkin Exporters

OpenTelemetry deprecates Zipkin exporters in favor of native OTLP support. Migration paths and timeline through December 2026.

depreciating_zipkin
News FAUN.dev() Team
@kaptain shared an update, 2 months, 1 week ago
FAUN.dev()

Argo CD 3.2.2 Improves Secret Management, Retry Safety, and Auth Checks

Kubernetes Argo CD

ArgoCD v3.2.2 has been released, featuring a new addition, two enhancements, and a bug fix. This update aims to improve the overall functionality and reliability of the platform.

Argo CD 3.2.2 Improves Secret Management, Retry Safety, and Auth Checks
News FAUN.dev() Team
@devopslinks shared an update, 2 months, 1 week ago
FAUN.dev()

Rust Confirmed for Linux Kernel: Experiment Concludes Successfully

Rust GNU/Linux The Linux Kernel UNIX

The Rust experiment in the Linux kernel concludes, confirming its suitability and permanence in kernel development, with Rust now used in production and supported by major Linux distributions.

Rust Confirmed for Linux Kernel: Experiment Concludes Successfully
werf is a CNCF Sandbox CLI tool to implement full-cycle CI/CD to Kubernetes easily. werf integrates into your CI system and leverages familiar and reliable technologies, such as Git, Dockerfile, Helm, and Buildah.

What makes werf special:

- Complete application lifecycle management: build and publish container images, test, deploy an application to Kubernetes, distribute release artifacts and clean up the container registry.
- Ease of use: use Dockerfiles and Helm chart for configuration and let werf handle all the rest.
- Advanced features: automatic build caching and content-based tagging, enhanced resource tracking and extra capabilities in Helm, a unique container registry cleanup approach, and more.
- Gluing common technologies: Git, Buildah, Helm, Kubernetes, and your CI system of choice.
- Production-ready: werf has been used in production since 2017; thousands of projects rely on it to build & deploy various apps.