Compatibility
Compatibility
| Tool | Minimum version | Purpose |
|---|---|---|
| Go | 1.25+ | Module build and tests |
| xk6 | latest | Custom k6 binary build |
| k6 | built by xk6 | Load-test runtime |
| kubectl | 1.27+ | Apply and inspect manifests |
| kind | 0.20+ | Local Kubernetes cluster |
| Docker | latest stable | kind node runtime |
Check local versions:
go version
xk6 version
kubectl version --client
kind version
docker versionLicense
xk6-otel-gen is licensed under Apache-2.0.
SPDX-License-Identifier: Apache-2.0| File | Purpose |
|---|---|
| LICENSE | Apache License 2.0 full text |
.go files | SPDX header enforced by lint |