Skip to content

tracebloc/client

Repository files navigation

License Docker Platform

tracebloc Client 🔒

The runtime that keeps your data where it belongs — on your infrastructure.

The tracebloc client deploys inside your Kubernetes cluster and executes all model training, fine-tuning, and inference locally. It connects to the tracebloc backend for orchestration only. No data, no model weights, no artifacts ever leave your environment.

Architecture

Your infrastructure
┌─────────────────────────────────────────────────────────┐
│                                                         │
│   ┌──────────────────┐      ┌───────────────────────┐   │
│   │  tracebloc        │      │  Kubernetes cluster   │   │
│   │  client           │◄────►│                       │   │
│   │                   │      │  ● Training jobs      │   │
│   │  Orchestrates     │      │  ● Inference jobs     │   │
│   │  training,        │      │  ● Your datasets      │   │
│   │  enforces budgets │      │  ● Fine-tuned weights │   │
│   └────────┬──────────┘      │                       │   │
│            │                 │  Everything stays here │   │
│            │                 └───────────────────────┘   │
└────────────┼────────────────────────────────────────────┘
             │
             │ Encrypted (orchestration only — no data)
             ▼
    ┌─────────────────┐
    │  tracebloc       │
    │  backend         │
    │                  │
    │  Coordinates     │
    │  experiments,    │
    │  serves web UI   │
    └─────────────────┘

What the client manages

  • Training execution — runs vendor models in isolated, containerized sandboxes
  • Compute budgets — enforces per-vendor FLOPs or runtime quotas
  • Security boundaries — namespace isolation, encrypted communication, audit logging
  • Multi-framework support — PyTorch, TensorFlow, custom containers
  • Hardware scheduling — CPUs, GPUs, TPUs via Kubernetes-native orchestration

Deploy

docker pull tracebloc/client:latest

Deployment varies by infrastructure. Follow the guide for your setup:

Full documentation → docs.tracebloc.io

Links

Platform · Docs · Discord

License

Apache 2.0 — see LICENSE.

Deployment help? support@tracebloc.io or open an issue.

About

Deployable tracebloc client for running model training pipelines

Topics

Resources

License

Stars

Watchers

Forks

Contributors