Lab environments¶
Lab environments are Kubernetes clusters for testing the Datadog Agent. The dda lab command group manages these environments.
Supported providers¶
| Provider | Category | Description |
|---|---|---|
| Kind | Local | Kubernetes in Docker - lightweight local clusters |
Common commands¶
List environments¶
dda lab list
# Filter by type
dda lab list --type kind
# JSON output for scripting
dda lab list --json
Delete environment¶
Configuration¶
If the environment provider installs the Agent (for example dda lab local kind), you must provide an API key. API keys can be configured via environment variables:
Or in ~/.test_infra_config.yaml: