Docker
Deploy a Red Hat (ubi8) container with the 10x Engine Cloud flavor.
- Download the latest image:
- Run the following test, which will read an embedded Sample Spark log, and emits optimized events and summaries.
- To configure, pass CLI arguments or mount config files and pass them to the 10x Engine:
docker run \
-v /path/to/local/my-config.yaml:/etc/log-10x/my-config.yaml \
ghcr.io/log-10x/pipeline-10x:latest \
run @/etc/log-10x/my-config.yaml
To run 10x containers in k8s see the deployment instructions