Akka · Capability

Akka Cluster Operations

Workflow for monitoring and managing Akka cluster operations including health checks, member management, and cluster bootstrap. For platform engineers and SREs operating distributed Akka systems.

Run with Naftiko AkkaCluster ManagementDistributed SystemsOperationsHealth Monitoring

What You Can Do

GET
Check alive — Node liveness check
/v1/health
GET
Check ready — Node readiness check
/v1/health
GET
List members — List cluster members
/v1/cluster/members
POST
Join member — Join a cluster member
/v1/cluster/members

MCP Tools

check-cluster-health

Check liveness and readiness of Akka cluster nodes

read-only
check-cluster-readiness

Check if Akka cluster nodes are ready to serve traffic

read-only
list-cluster-members

List all current members of the Akka cluster

read-only
join-cluster-member

Add a new node to the Akka cluster

APIs Used

akka-management