Join us

ContentUpdates and recent posts about Slurm..
Link
@faun shared a link, 1 year ago
FAUN.dev()

Building Kubernetes Controllers in Node.js

Kubenodeis the secret weapon forNode.jsdevelopers diving intoKubernetes. Forget about wrestling with Go—this tool empowers you to wield custom resources and automate like a boss... read more  

Link
@faun shared a link, 1 year ago
FAUN.dev()

Start Sidecar First: How To Avoid Snags

Kubernetesv1.29.0 steps up its game with sidecars now always booting before the main apps. Fancy that. But don’t get too comfy. To make sure everything’s truly ready, lean on readiness probes or whip up a shell script with a lifecycle hook to get that perfect launch choreography... read more  

Link
@faun shared a link, 1 year ago
FAUN.dev()

We saved 30% on Kubernetes by switching to 70% more expensive VMs

Omio swapped Spot VMs for standard ones in a single region and unearthed a shocker. Costs didn't skyrocket; they actually dropped. Network glitches? Gone. They braced for a70% budget implosionbut emerged with a grin. Standardizing on 16-core, 1:4 RAM machines cranked up performance and dialed down c.. read more  

We saved 30% on Kubernetes by switching to 70% more expensive VMs
Link
@faun shared a link, 1 year ago
FAUN.dev()

How We Migrated 30+ Kubernetes Clusters to Terraform

Terraformisn't just making waves atSCHIP; it's rewriting the rulebook. Watching CI plan times dive from a sluggish 10 minutes to a snappy 30 seconds feels like magic, thanks to its knack for spitting out import statements like they're hotcakes. While flashy automation dazzles, it's actually the grit.. read more  

How We Migrated 30+ Kubernetes Clusters to Terraform
Link
@adyrcz shared a link, 1 year ago
Head of Security & Compliance, Linkfire

Agentic AI Manifest – A Schema to Describe What Agents Do

Just launched agent-manifest.org — a schema for describing what AI agents do, what they need, and how they work.

Agents are the new APIs

Agents are becoming the next layer of software abstraction—autonomous tools that act on our behalf, perform tasks, make decisions, and interact with APIs, data, and humans.

But as agents proliferate, we face a growing challenge:

How do we understand what an agent does, what it needs, and what it can be trusted with?

See the proposed standard to solve this problem

Robot Librarian
Link
@anjali shared a link, 1 year ago
Customer Marketing Manager, Last9

How to Integrate OpenTelemetry Collector with Prometheus

Understand how to set up OpenTelemetry Collector with Prometheus for easy, vendor-neutral metrics collection and storage.

otel
Story
@laura_garcia shared a post, 1 year ago
Software Developer, RELIANOID

🚀 RELIANOID at VivaTech 2025 – Paris

📅 June 11–14, 2025 | 🇫🇷 Paris, France 📍 Europe’s Biggest Startup & Tech Event From June 11–14, Paris becomes the center of global innovation at Viva Technology 2025 — bringing together 165,000+ attendees, 13,500 startups, 3,500 exhibitors, and 400 speakers to explore what’s next in tech. Here’s why ..

VIVA technology paris 2025
Story
@laura_garcia shared a post, 1 year ago
Software Developer, RELIANOID

🌍 London Tech Week 2025

📅 June 10–14 | Olympia London 🎯 Theme: Tech in the Age of AI RELIANOID is proud to join Europe’s top tech festival — connecting global innovators, investors, and leaders. 🔐 Discover how our secure, AI-driven application delivery solutions power the digital future. Let’s connect in London! #LTW2025#A..

London Tech Week 2025
Story
@laura_garcia shared a post, 1 year ago
Software Developer, RELIANOID

🛑 End-of-life = No patches. No protection. High risk.

🚨 FBI Alert: New Variant of TheMoon Malware Targets End-of-Life Routers Is your infrastructure protected? The FBI has issued a PSA warning about TheMoon malware targeting outdated routers to install proxies and hide criminal activity. At RELIANOID, we’ve always emphasized the importance of timely up..

Blog Malware Targeting End-of-Life Routers
Link
@mashka shared a link, 1 year ago
Paid Acquisition and Growth Marketing, xygeni

AI-Powered DevSecOps. Orchestrating Security at Cloud Scale

SafeDev Talk: AI-Powered DevSecOps – Orchestrating Security at Cloud Scale

Join us for an insightful discussion on how AI is revolutionizing DevSecOps, enhancing security across the Software Development Life Cycle (SDLC).

Don't miss this opportunity to understand how AI is reshaping the future of DevSecOps https://www.linkedin.com/events/7335954209948819457SafeDev Talk on AI-Powered DevSecOps

SafeDev Talk - AI-Powered DevSecOps
Slurm Workload Manager is an open-source, fault-tolerant, and highly scalable cluster management and scheduling system widely used in high-performance computing (HPC). Designed to operate without kernel modifications, Slurm coordinates thousands of compute nodes by allocating resources, launching and monitoring jobs, and managing contention through its flexible scheduling queue.

At its core, Slurm uses a centralized controller (slurmctld) to track cluster state and assign work, while lightweight daemons (slurmd) on each node execute tasks and communicate hierarchically for fault tolerance. Optional components like slurmdbd and slurmrestd extend Slurm with accounting and REST APIs. A rich set of commands—such as srun, squeue, scancel, and sinfo—gives users and administrators full visibility and control.

Slurm’s modular plugin architecture supports nearly every aspect of cluster operation, including authentication, MPI integration, container runtimes, resource limits, energy accounting, topology-aware scheduling, preemption, and GPU management via Generic Resources (GRES). Nodes are organized into partitions, enabling sophisticated policies for job size, priority, fairness, oversubscription, reservation, and resource exclusivity.

Widely adopted across academia, research labs, and enterprise HPC environments, Slurm serves as the backbone for many of the world’s top supercomputers, offering a battle-tested, flexible, and highly configurable framework for large-scale distributed computing.