Join us

ContentUpdates and recent posts about Pelagia..
Link
@kala shared a link, 1 month, 1 week ago
FAUN.dev()

You Should Write An Agent

Building LLM agents - essentially looping stateless models through tools - looks simple. Until it isn't. Peel back the layers, and you hit real architectural puzzles:context engineering, agent loops, sub-agent choreography, execution constraints... read more  

You Should Write An Agent
Link
@kala shared a link, 1 month, 1 week ago
FAUN.dev()

AI Broke Interviews

AI has revolutionized technical interviews, blurring the line between genuine skill and cheating with perfect solutions and polished answers. In response, companies are shifting back to in-person interviews for real-time cognitive transparency, authenticity constraints, realistic collaboration signa.. read more  

Link
@kala shared a link, 1 month, 1 week ago
FAUN.dev()

AI's Dial-Up Era

AI's reshaping jobs - but not evenly. Some industries will feel the squeeze faster than others. It all comes down to a race: productivity vs. demand. History's playbook? Think textiles, steel, autos. Automation boosted output. Jobs stuck around - as long as demand kept growing. Once markets topped o.. read more  

AI's Dial-Up Era
Link
@kala shared a link, 1 month, 1 week ago
FAUN.dev()

How I Use Every Claude Code Feature

Claude Code isn't just generating responses anymore - it's gearing up to run projects. The new direction turns it into a programmable, auditable agent runtime. Think custom hooks, restart logic, planning workflows, GitHub Actions, and subagent delegation tricks like the “Master-Clone” pattern. At th.. read more  

How I Use Every Claude Code Feature
Link
@devopslinks shared a link, 1 month, 1 week ago
FAUN.dev()

Why I Like Using Docker Compose in Production

A decade in, and this dev still rides with Docker Compose for production. Why? It just works. Clean deployments, solid uptime, same setup everywhere. No yak-shaving. It shines when you pair it with Git hooks for hands-off, zero-downtime deploys. No need to drag in Kubernetes unless you’re actually w.. read more  

Why I Like Using Docker Compose in Production
Link
@devopslinks shared a link, 1 month, 1 week ago
FAUN.dev()

Perfetto: Swiss Army Knife for Linux Client Tracing

Perfetto now pulls in mixed trace data -perfsamples, scheduler events, app-level instrumentation - and lines it all up on a single timeline. One view, no silos. It readstrace-cmd’s text format now, with smoother flame graphs, sharper bottom-up views, and SQL-powered filtering baked right into the UI.. read more  

Perfetto: Swiss Army Knife for Linux Client Tracing
Link
@devopslinks shared a link, 1 month, 1 week ago
FAUN.dev()

VMware Cloud Foundation – what’s actually going on?

Broadcom underwent significant changes post-VMware acquisition, with emphasis on subscription-based pricing and portfolio simplification. Prashant Shenoy claims VCF lowered prices by 50%, challenging industry norms about AI workloads on bare metal versus virtualized environments. Integration pointed.. read more  

News FAUN.dev() Team Trending
@kaptain shared an update, 1 month, 1 week ago
FAUN.dev()

Kubernetes Gateway API 1.4.0 Makes Network Routing More Declarative and Reliable

Kubernetes Istio

Kubernetes releases Gateway API 1.4.0, enhancing service networking with new features like secure TLS connections and improved configuration options.

Gateway API Logo
News FAUN.dev() Team
@kaptain shared an update, 1 month, 1 week ago
FAUN.dev()

Grafana Pushes the Limits of Metrics Performance with Mimir 3.0

Prometheus Grafana Mimir

Grafana Mimir 3.0 debuts with a new query engine and architecture, boosting performance, reliability, and cost efficiency.

Grafana Pushes the Limits of Metrics Performance with Mimir 3.0
 Activity
@kaptain added a new tool Grafana Mimir , 1 month, 1 week ago.
Pelagia is a Kubernetes controller that provides all-in-one management for Ceph clusters installed by Rook. It delivers two main features:

Aggregates all Rook Custom Resources (CRs) into a single CephDeployment resource, simplifying the management of Ceph clusters.
Provides automated lifecycle management (LCM) of Rook Ceph OSD nodes for bare-metal clusters. Automated LCM is managed by the special CephOsdRemoveTask resource.

It is designed to simplify the management of Ceph clusters in Kubernetes installed by Rook.

Being solid Rook users, we had dozens of Rook CRs to manage. Thus, one day we decided to create a single resource that would aggregate all Rook CRs and deliver a smoother LCM experience. This is how Pelagia was born.

It supports almost all Rook CRs API, including CephCluster, CephBlockPool, CephFilesystem, CephObjectStore, and others, aggregating them into a single specification. We continuously work on improving Pelagia's API, adding new features, and enhancing existing ones.

Pelagia collects Ceph cluster state and all Rook CRs statuses into single CephDeploymentHealth CR. This resource highlights of Ceph cluster and Rook APIs issues, if any.

Another important thing we implemented in Pelagia is the automated lifecycle management of Rook Ceph OSD nodes for bare-metal clusters. This feature is delivered by the CephOsdRemoveTask resource, which automates the process of removing OSD disks and nodes from the cluster. We are using this feature in our everyday day-2 operations routine.