Documentation
Kubernetes
Deploy QuadScale agents in Kubernetes clusters.
Agent deployment
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: quadscale-agent
spec:
template:
spec:
containers:
- name: agent
image: ghcr.io/quadscale/agent:latest
env:
- name: QUADSCALE_AUTH_KEY
valueFrom:
secretKeyRef:
name: quadscale-secrets
key: authKey