Join us

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

Closing the gap: How KubeVirt, Kubernetes, and open ecosystems are reshaping virtualisation

KubeVirt spins up VMs inside Kubernetes clusters. It hooks intoPortworxfor stateful volumes. It tapsOpenShiftorRancherto match VMware’s arsenal. Declarative YAML meetsGitOpspipelines, unified schedulers and RBAC. Teams juggle VMs and containers on one toolchain. License bills shrink. Infra shift:Le..

Closing the gap: How KubeVirt, Kubernetes, and open ecosystems are reshaping virtualisation
Link
@faun shared a link, 3 months, 2 weeks ago

Critical Container Registry Security Flaw: How Multi-Architecture Manifests Create Attack Vectors

ContainerHijack hijacksDocker Image Manifest V2 Schema 2. It taints images inDocker Hub,Amazon ECR,GCR. Scanners shrug. Signature checks buckle. Defenders deploypolicy-as-code admission controllers. They lock down Terraform ECR push policies.Falco rulesflag strange layers, ghost pushes, rogue proces..

Link
@faun shared a link, 3 months, 2 weeks ago

Enterprise Strategy Group Validates Tintri VMstore Kubernetes Data Services

ESG spots Tintri VMstore’sCSI driverpackingAuto-QoS,real-time I/O analyticsandpredictive tuningfor sub-ms container and VM workloads. That driver fires upinstant cloneandsnapshottest environments. It enforces policy-drivenRPO/RTOprotection. It unifies VM, container and database control. Infra shift..

Enterprise Strategy Group Validates Tintri VMstore Kubernetes Data Services
Story
@idjuric660 shared a post, 3 months, 2 weeks ago
Technical Content Writer, Mailtrap

Choosing the Best SMTP Providers – Top 5 SMTP Providers Compliance Comparison

Amazon SES Mailgun Sendgrid Mailtrap.io

When you manage millions of transactional emails or orchestrate extensive marketing campaigns, the nuances of data protection, privacy, and regulatory adherence can make or break your operations. This is precisely why you need to hawk over compliance, and set a goal to find a provider that: - Safegu..

1-green_background-1040x540
Story
@laura_garcia shared a post, 3 months, 2 weeks ago
Software Developer, RELIANOID

Enjoy your weekend and take it easy!

https://www.relianoid.com/about-us/contact-us/ #Relianoid#WeAreRelianoid#247Support#ExtremeSupport#AlwaysHereForYou#TechSupportExperts#DedicatedSupport#MissionCriticalCare#TakeItEasy#HappyFriday#FridaysDoneRight#RelaxWeGotThis#ITSupportTeam#BehindTheScenesHeroes#ReliableByNature..

Reminder_friday_weekend_relianoid
Link
@anjali shared a link, 3 months, 2 weeks ago
Customer Marketing Manager, Last9

How sum_over_time Works in Prometheus

Understand how sum_over_time() aggregates metrics in Prometheus, handles gaps, and why step size and staleness can affect accuracy.

Kibana logs
Story
@idjuric660 shared a post, 3 months, 2 weeks ago
Technical Content Writer, Mailtrap

I Compared 5 Best SMTP Providers for FinTech Companies: Which One Should You Use

Amazon SES Mailgun Sendgrid Mailtrap.io

Reliably sending critical and time-sensitive emails while staying compliant with international data regulation laws is key for any FinTech company out there. In this article, I’ll provide you with 5 SMTP providers for FinTech that will allow you to achieve all of the above, and more. To get you star..

blue_background-960x498
Story
@idjuric660 shared a post, 3 months, 2 weeks ago
Technical Content Writer, Mailtrap

Which Email API Offers The Most Flexibility: In-Depth Comparison of Best Providers

Mailgun Sendgrid Mailtrap.io

Let’s face it: there is no email API that fits the needs of every team out there. However, a solid API will give you control of your sending process and allow you to fine-tune it according to your team’s requirements. In other words, an email API needs to be flexible. So, I’ll break down the email A..

for_green_and_blue_background-960x498
Story FAUN.dev() Team
@eon01 shared a post, 3 months, 2 weeks ago
Founder, FAUN.dev

Most Kubernetes Autoscaling Setups Are Silently Broken: 10 Gotchas to Watch Out For

Docker Kubernetes Keda

Kubernetes autoscaling is a powerful tool, but many setups fail silently due to misleading metrics, poor configurations, and other details. Here are 10 common pitfalls that can break your autoscaling—and how to avoid them.

kubernetes Autoscaling
Link
@anjali shared a link, 3 months, 2 weeks ago
Customer Marketing Manager, Last9

Use Telegraf Without the Prometheus Complexity

Collect metrics with Telegraf without running Prometheus. No scraping, no TSDB tuning, just clean, push-based telemetry to your backend.

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