DE 

//Cloudogu EcoSystem Docs

Installation of the Teamscale Dogu

Like all other dogus, Teamscale can be installed easily via kubectl:

kubectl apply -n ecosystem -f - <<EOF
apiVersion: k8s.cloudogu.com/v2
kind: Dogu
metadata:
  name: teamscale
labels:
  app: ces
spec:
  name: itz-bund/teamscale
  version: 2025.6.13-7
EOF