info_tfgrid/collections/dashboard/deploy/node_finder.md

120 lines
4.5 KiB
Markdown
Raw Normal View History

<h1>Node Finder</h1>
<h2>Table of Contents</h2>
2024-04-29 17:49:02 +00:00
- [Overview](#overview)
- [Filters](#filters)
- [Node Details](#node-details)
- [Gateway Nodes](#gateway-nodes)
- [Dedicated Nodes](#dedicated-nodes)
- [Reservation](#reservation)
- [Billing \& Pricing](#billing--pricing)
- [Discounts](#discounts)
- [GPU Nodes](#gpu-nodes)
- [GPU Support](#gpu-support)
- [GPU Support Links](#gpu-support-links)
***
2024-04-29 17:49:02 +00:00
## Overview
2024-04-29 17:49:02 +00:00
The Node Finder page provides a more detailed view for the nodes available on the ThreeFold grid with detailed information and statistics about nodes.
2024-04-29 17:49:02 +00:00
![](../img/dashboard_node_finder.png)
2024-04-29 17:49:02 +00:00
## Filters
2024-04-29 17:49:02 +00:00
You can use the filters to narrow your search and find a node with the desired specifications.
2024-04-29 17:49:02 +00:00
![](../img/dashboard_node_finder_filters_1.png)
2024-04-29 17:49:02 +00:00
![](../img/dashboard_node_finder_filters_2.png)
2024-04-29 17:49:02 +00:00
You can use the toggle buttons to filter your search.
2024-04-29 17:49:02 +00:00
- Dedicated nodes
- Gateways nodes
- GPU nodes
- Rentable nodes
2024-04-29 17:49:02 +00:00
You can choose a location for your node, with filters such as region and country. This can be highly useful for edge cloud projects.
2024-04-29 17:49:02 +00:00
Filtering nodes by their status (up, down, standby) can also improve your search.
2024-04-29 17:49:02 +00:00
If your deployment has some minimum requirements, you can easily filter relevant nodes with the different resource filters.
2024-04-29 17:49:02 +00:00
## Node Details
2024-04-29 17:49:02 +00:00
You can see all of the node details when you click on its row.
2024-04-29 17:49:02 +00:00
![](../img/dashboard_node_finder_node_view.png)
Note that the network speed test displayed in the Node Finder is updated every 6 hours.
## Gateway Nodes
To see only gateway nodes, enable **Gateways** in the filters.
![](../img/dashboard_node_finder_gateways.png)
## Dedicated Nodes
Dedicated machines are 3Nodes that can be reserved and rented entirely by one user. The user can thus reserve an entire node and use it exclusively to deploy solutions. This feature is ideal for users who want to host heavy deployments with the benefits of high reliability and cost effectiveness.
To see only dedicated nodes, enable **Dedicated Nodes** in the filters.
![](../img/dashboard_node_finder_dedicated.png)
### Reservation
When you have decided which node to reserve, you can easily rent it from the Node Finder page.
To reserve a node, simply click on `Reserve` on the node row.
![](../img/dashboard_node_finder_dedicated_reserve.png)
To unreserve a node, simply click on `Unreserve` on the node row.
![](../img/dashboard_node_finder_dedicated_unreserve.png)
Note that once you've rented a dedicated node that has a GPU, you can deploy GPU workloads.
### Billing & Pricing
- Once a node is rented, there is a fixed charge billed to the tenant regardless of deployed workloads.
- Any subsequent NodeContract deployed on a node where a rentContract is active (and the same user is creating the nodeContracts) can be excluded from billing (apart from public ip and network usage).
- Billing rates are calculated hourly on the TFGrid.
- While some of the documentation mentions a monthly price, the chain expresses pricing per hour. The monthly price shown within the manual is offered as a convenience to users, as it provides a simple way to estimate costs.
### Discounts
- Received Discounts for renting a node on TFGrid internet capacity
- 50% for dedicated node (TF Pricing policies)
- A second level discount up to 60% for balance level see [Discount Levels](../../../knowledge_base/cloud/pricing/staking_discount_levels.md)
- Discounts are calculated every time the grid bills by checking the available TFT balance on the user wallet and seeing if it is sufficient to receive a discount. As a result, if the user balance drops below the treshold of a given discount, the deployment price increases.
## GPU Nodes
To see only nodes with GPU, enable **GPU Node** in the filters.
![](../img/dashboard_node_finder_gpu.png)
This will filter nodes and only show nodes with GPU. You can see several information such as the model of the GPU and a GPU score.
![](../img/dashboard_node_finder_gpu2.png)
You can click on a given GPU node and see the GPU details.
![](../img/dashboard_node_finder_gpu3.png)
The ID thats needed to be used during deployments is easily accessible and has a button to copy to the clipboard.
### GPU Support
To use a GPU on the TFGrid, users need to rent a dedicated node. Once they have rented a dedicated node equipped with a GPU, users can deploy workloads on their dedicated GPU node.
### GPU Support Links
The ThreeFold Manual covers many ways to use a GPU node on the TFGrid. Read [this section](../../system_administrators/gpu/gpu_toc.md) to learn more.