Docker
This page describes running Standalone K2K in Kubernetes via Docker.
Prerequisites
Configure K2K
Running K2K
docker run --rm -it \
-v "$(pwd):/pipelines" \
-e K2K_PIPELINE_FOLDER="/pipelines" \
-e OTEL_SERVICE_NAME="k2k" \
-e OTEL_METRICS_EXPORTER=console \
-e OTEL_TRACES_EXPORTER=none \
-e OTEL_LOGS_EXPORTER=none \
--name k2k \
lensesio/k2k:1.0.0 \
k2k start -f /pipelines/pipeline.yaml -t
Last updated
Was this helpful?

