From zero to first signal in five minutes.
Drop our read-only collector into a dev cluster. See your first workload graph before your coffee gets cold.
Install the collector
Helm chart, Terraform module, or a single curl install. No agents on the GPU nodes.
Watch it discover
Workloads, runtimes, and routing layers populate within minutes. No manual instrumentation.
Subscribe to insights
Pick the signals that matter. Slack, email, or webhook — your team's existing flow.
Install piqc — three ways
Runs inside your cluster as a one-off Job, using its own scoped RBAC role. Self-deletes after 10 minutes.
kubectl apply -f deploy/rbac.yaml kubectl apply -f deploy/scan-job.yaml
Reads your existing kubeconfig. Use pipx if you have any pydantic v1 dependencies elsewhere — it avoids the conflict.
pipx install piqc piqc scan
No local Python needed — mount an exported static kubeconfig into the container.
docker run --rm -v ~/.kube/config:/root/.kube/config:ro ghcr.io/paralleliq/piqc scan
All three produce the same read-only scan and a cost report in your terminal — no signup, no account. Full options and flags are in the piqc README.
What's included
- Up to 32 GPUs
- Community support
- Slack + email alerts
- Read-only by default