Join us

ContentUpdates and recent posts about Fleet..
Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

Jupyter Agents: training LLMs to reason with notebooks

Hugging Face dropped an open pipeline and dataset for training small models—think **Qwen3-4B**—into sharp **Jupyter-native data science agents**. They pulled curated Kaggle notebooks, whipped up synthetic QA pairs, added lightweight **scaffolding**, and went full fine-tune. Net result? A **36% jump .. read more  

Jupyter Agents: training LLMs to reason with notebooks
Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

Shai-Hulud npm Supply Chain Attack

Malicious npm packages just leveled up: this one dropped a self-spreading worm that hijacks repos and leaks secrets the moment it lands. It abuses `postinstall` scripts to run TruffleHog and swipe tokens straight from your codebase. Then it uses GitHub Actions to exfiltrate the loot and auto-publis.. read more  

Shai-Hulud npm Supply Chain Attack
Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

Observability for the Invisible: Tracing Message Drops in Kafka Pipelines

When an event drops silently in a distributed system, it is not a bug, it is an architectural blind spot. Detect, debug, and prevent message loss in Kafka-based streaming pipelines using tools like OpenTelemetry, Fluent Bit, Jaeger, and dead-letter queues. Make sure observability gaps in event strea.. read more  

Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

How FinOps Drives Value for Every Engineering Dollar

Duolingo’s FinOps crew didn’t just track cloud costs—they wired up sharp, automated observability across 100+ microservices. Real-time alerts now catch AI and infra spend spikes before they torch the budget. They sliced TTS costs by 40% with in-memory caching. Dumped pricey CloudWatch metrics for P.. read more  

How FinOps Drives Value for Every Engineering Dollar
Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

Demystifying Log Retention in Azure

Azure logs come in three flavors: **Activity Logs**, **Diagnostic Logs**, and **Log Analytics**. Each with its own rules for retention and billing. The catch? Those differences aren’t quirks—they’re baked in... read more  

Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

Top 30 Argo CD Anti-Patterns to Avoid When Adopting Gitops

A teardown of Argo CD anti-patterns calls out 28 common misfires—stuff like skipping Git for Application CRDs or stuffing Helm/Kustomize config right into Argo CD manifests. Yikes. It pushes for a cleaner setup: use **ApplicationSets** instead of rolling your own YAML, turn on **auto-sync/self-heal.. read more  

Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

Introducing DigitalOcean Organizations, a new and comprehensive account layer

DigitalOcean just dropped **Organizations**—a real upgrade for anyone juggling multiple Teams. Think one top-level account to rule them all: centralized user control, one invoice to track, and org-wide settings for taxes, credits, and permissions... read more  

Introducing DigitalOcean Organizations, a new and comprehensive account layer
Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

What are Error Budgets? A Guide to Managing Reliability

OneUptime shows how to put **error budgets** to work—keeping feature velocity in check without tanking reliability. The goal: ship fast, stay within SLOs. They do it by tracking **burn rates**, syncing across teams, and tuning SLOs to match how users actually use the product. Less guesswork, more s.. read more  

Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

Why Rancher's Founders Pivoted From Kubernetes to Agentic AI

Obot.ai just dropped out of stealth with $35M in seed and a big swing: it’s building a control plane for agentic AI, anchored on the now-standard **Model Context Protocol (MCP)**. Its **MCP Gateway** handles registry, secure proxying, RBAC, and observability for MCP servers. Think API gateway, but .. read more  

Why Rancher's Founders Pivoted From Kubernetes to Agentic AI
Link
@faun shared a link, 1 month, 3 weeks ago
FAUN.dev()

v1.34: Pod Level Resources Graduated to Beta

Kubernetes v1.34 bumps **Pod Level Resources** to Beta—and flips them on by default. Now you can set CPU, memory, and hugepages limits for the whole Pod, not just per container. That means smoother scheduling, stricter resource caps, and less sidecar thrashing. **Why it matters:** This shifts Kuber.. read more  

Fleet is a high-scale GitOps system built to support the realities of multi-cluster operations. Instead of pushing YAMLs or relying on brittle scripts, Fleet treats Git as the authoritative state and continuously reconciles that state across every cluster under management.

Its architecture uses lightweight agents, bundling, and content distribution to propagate changes efficiently - whether you’re managing five clusters or five thousand. Policies, Helm charts, CRDs, and raw manifests all become versioned, reviewable, and auditable through Git.

Fleet integrates cleanly with Rancher, enabling teams to automate cluster bootstrapping, enforce standards, roll out updates safely, and instantly detect drift. It excels in environments that demand consistency: edge fleets, hybrid cloud estates, regulated sectors, and platform teams building opinionated Kubernetes platforms.