Join us

ContentUpdates and recent posts about Pelagia..
Link
@faun shared a link, 2 weeks, 3 days ago

Who’s Calling That API? A Detective Story from the Depths of EKS Networking

A production network got hammered by too many Auth0 token requests. The source? EKS workloads tucked behind a shared NAT Gateway. No easy trail. Engineers stitched it together usingVPC Flow Logs,pod-to-node maps, and some sharpIstio ServiceEntry logs. Even with Kubernetes CNI doing its NAT-obscuring..

Who’s Calling That API? A Detective Story from the Depths of EKS Networking
News FAUN.dev() Team Trending
@varbear shared an update, 2 weeks, 3 days ago
FAUN.dev

Reo.Dev Secures $4M to Boost AI Platform for Developer Companies

HubSpot Salesforce Reo.Dev

Reo.Dev has raised $4 million in seed funding, led by Heavybit, to enhance its AI-powered go-to-market platform for developer-first companies and expand its U.S. presence.

Reo.Dev Secures $4M to Boost AI Platform for Developer Companies
 Activity
@varbear added a new tool Reo.Dev , 2 weeks, 3 days ago.
News FAUN.dev() Team Trending
@kala shared an update, 2 weeks, 3 days ago
FAUN.dev

Anthropic's Claude Sonnet 4.5 AI Model Shows Self-Awareness in Tests

Anthropic's AI model, Claude Sonnet 4.5, exhibits self-awareness by recognizing test scenarios, complicating safety evaluations and raising concerns about potential strategic behavior, similar to observations in OpenAI models.

Anthropic's Claude Sonnet 4.5 AI Model Shows Self-Awareness in Tests
News FAUN.dev() Team Trending
@varbear shared an update, 2 weeks, 3 days ago
FAUN.dev

Google Expands AI Vibe-Coding App Opal to 15 More Countries

Opal

Google expands its AI vibe-coding app Opal to 15 more countries, enhancing global access to no-code web app creation with improved debugging and performance.

Google Expands AI Vibe-Coding App Opal to 15 More Countries
 Activity
@varbear added a new tool Opal , 2 weeks, 3 days ago.
News FAUN.dev() Team Trending
@kaptain shared an update, 2 weeks, 3 days ago
FAUN.dev

Azure Outage: Kubernetes Crash Hits Teams, Minecraft in EMEA Regions

Kubernetes

A Kubernetes crash caused a major Azure outage, impacting Teams and Minecraft in EMEA, with Microsoft working to restore services.

Azure Outage: Kubernetes Crash Hits Teams, Minecraft in EMEA Regions
Link
@anjali shared a link, 2 weeks, 3 days ago
Customer Marketing Manager, Last9

15 PHP APM Tools Worth Using in 2025

Compare 15 PHP APM tools for 2025 — from open-source options to managed platforms — and find what fits your performance needs.

php_apm
Story
@viktoriiagolovtseva shared a post, 2 weeks, 3 days ago

A Hands-On Guide To Jira Service Management [2025]

Be it a small, mid-sized, or large business — improving the customer journey can improve customer satisfaction and boost revenue byup to 15%. JIRA by Atlassian provides a centralized platform where your customers can report bugs, reach out for assistance, explore your knowledge base, and submit requ..

Screenshot 2025-10-10 at 13.44.54
Story
@laura_garcia shared a post, 2 weeks, 3 days ago
Software Developer, RELIANOID

🎉 We’ve just hit 1,600+ followers on LinkedIn! 🎉

A big thank you to everyone who’s part of our growing community of professionals passionate about Application Delivery, Load Balancing, and Cybersecurity. 💪 If you haven’t joined us yet, follow us on LinkedIn 👉 https://www.linkedin.com/company/relianoid/..

1600 followers RELIANOID
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.