K6 K8S
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| dev/edge | 1 | 31 Mar 2026 |
juju deploy k6-k8s --channel dev/edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
environment | string
A comma-separated list of environment variables to be used by k6 scripts. These will override any variables passed over relation data. Example:
juju config k6 environment "ENDPOINT='http://...',FOO=bar,BAZ=42" -
load-test | string
A standalone k6 script that can be executed via
k6 run. See examples in https://grafana.com/docs/k6/latest/examples/ The value of this config option is used to by theruncharm action.