Skip to content

Kubernetes Deployment

Deploy CodeTether Server on Kubernetes using Helm.

Quick Start

helm repo add codetether https://charts.codetether.run
helm install codetether codetether/a2a-server \
  --namespace codetether \
  --create-namespace

Values

replicaCount: 2

ingress:
  enabled: true
  hosts:
    - host: codetether.example.com
      paths:
        - path: /
          pathType: Prefix

redis:
  enabled: true

See Helm Charts for full configuration.