Skip to main content

3 posts tagged with "actor-IaC"

Posts about actor-IaC

View All Tags

actor-IaC: POJO-actor Workflow Based Infrastructure as Code for Cluster Management (Part 1)

· 7 min read
Scivics Lab
Development Team

actor-IaC is an Infrastructure as Code (IaC) tool built on top of the POJO-actor workflow engine. It uses actor-based workflows written in Java and YAML to manage and operate compute clusters in a scalable and traceable way.

In this article (Part 1), we introduce actor-IaC through a practical example: collecting system information from multiple compute nodes in parallel. This tutorial demonstrates how POJO-actor workflows can be applied to real-world cluster management tasks.