These steps should be completed after receiving access to a Trainy k8s cluster.

Installation

We maintain a nightly build of our latest client on PyPikonduktor-nightly

$ pip install konduktor-nightly

(Optional) Setup Cloud Storage Credentials

We currently support the following cloud object stores for syncing files —> workloads with more incoming!

  • Google Cloud Storage gs - Supported ✅
  • Amazon S3 s3 - Coming soon 🚧
  • Cloudflare R2 r2 - Coming soon 🚧

To enable file sync, from your workstation to your Trainy jobs, setup your cloud credentials with.

$ konduktor check gs

(Optional) Setup Private Container Registry Credentials

To have your Trainy jobs use images from private container registries (k8s docs), work with your Trainy administrator to set your registry credentials and set the following in ~/.konduktor/config.yaml

kubernetes:
  pod_config:
    spec:
      imagePullSecrets:
        - name: regcred