'rosy' means healthy and enthusiastic
'sub' comes from subnet
- Deploy your service via
fluenceCLI or any other means - Choose subrosy-enabled subnet (ask around)
- Call
join_subnetwith your service location and ResourceId of the subnet
Here's an example Aqua if you've deployed service "example" via fluence CLI:
services <- App.services()
for srv <- services.example.default:
status, scripts, errs_join <- join_subnet(resource_id, srv.peerId, srv.serviceId)
Then go to our frontend https://fluence.one/subrosy/ and find that subnet, you will see your service there.
Or you can call get_health in Aqua and gather health statuses there:
get_health(resource_id)
