This guide covers the operations available for managing deployed blockchain nodes.
Node list
The node list displays all deployed nodes with:
- Node name
- Protocol and network
- Date created
- Date updated
- Current status
Filtering and sorting
Use the controls to:
- Filter by status (All statuses, Running, Bootstrapping, Error)
- Search for specific nodes
Node details
Click on any node to view its details page, which includes:
Overview tab
| Information | Description |
|---|
| Protocol | Blockchain protocol (e.g., Ethereum) |
| Network | Network name (e.g., Mainnet, Hoodi) |
| Date created | When the node was deployed |
| Deployment ID | Unique identifier for the deployment |
| Revision ID | Current revision of the deployment |
| Date updated | Last modification timestamp |
Access and credentials for your node:
| Endpoint | Description |
|---|
| Execution client HTTP endpoint | JSON-RPC HTTP endpoint (port 8545) |
| Execution client WSS endpoint | JSON-RPC WebSocket endpoint (port 8546) |
| Consensus client HTTP endpoint | Beacon API endpoint (port 5052) |
The endpoint URLs are internal Kubernetes service addresses. To access nodes from outside the cluster, you’ll need to expose these services via LoadBalancer, NodePort, or Ingress.
Settings tab
Additional actions for the deployed node. The list of available actions at the moment:
| Action | Purpose |
|---|
| Delete node | Permanently remove the node and its data |
Next steps