bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
642 stars 85 forks source link

Document usage of Bacalhau cluster resulting from Google Cloud Deployment #4138

Open frrist opened 3 days ago

frrist commented 3 days ago

We need to provide a section on our docs site that describes how to use a deployment of bacalhau on google cloud. The doc should include details on the following items:

  1. How to connect to the requester node in the deployment
    • API Address and port configuration
    • Authentication via API token
  2. How to add more compute nodes to the network
    • Orchestration address on requester
    • Compute authentication Token
  3. How to interact with the Bacalhau node from within the VM
    • systemctl commands to start, stop, and restart the node
    • journalctl commands to view logs
    • mention the process is running as the bacalhau users
    • mention that the user will need to become root for iterations
    • Where the bacalhau repo is.
    • Where the bacalhau local data directory is.