Client Registration & Deployment
This guide walks you through deploying the tracebloc Runtime onto your Kubernetes infrastructure. The runtime forms the execution layer for inference and training and securely communicates with the tracebloc backend.
Client Registration
Submit a Registration Request
Go to the tracebloc client registration page, click the "+" at the top right corner and provide the following:
Field | Description |
---|---|
Name | Name for your client, e.g. "my organisation name" |
Location | Physical deployment location |
Password | Provice secure access password (not simply the tracebloc password) |
All clients you created are linked to your tracebloc account.
What Happens After You Register
Once submitted, your request goes through a short review process:
- tracebloc team reviews the submitted info
- Infrastructure is provisioned on the tracebloc backend and a unique client ID is generated
- Client status changes from
Pending
toActive
- Once you receive a confirmation email, you can deploy your client
Client Status Glossary
Status | Description |
---|---|
Pending | Registration received, under review |
Active | Provisioned and ready for deployment |
Online | Successfully deployed and connected |
Offline | Currently disconnected or not running |
Choose a Deployment Platform
Choose the platform that best matches your infrastructure. Each link includes full, platform-specific deployment instructions:
- Local Deployment (Linux)
- Local Deployment (MacOS)
- Azure Kubernetes Service (AKS)
- Amazon EKS (Elastic Kubernetes Service)
Each deployment includes a
values.yaml
config file and Helm installation steps.
Need Help?
- Email: support@tracebloc.io
- Docs: tracebloc Documentation Portal
Note: Be sure to replace all placeholders (
your-client-ID
,your-username
,your-cluster-name
, etc.) with your actual values.