Image Overview: jitsucom-rotor

Overview: jitsucom-rotor Chainguard Image

Jitsu is an open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams. Set-up a real-time data pipeline in minutes, not days

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/jitsucom-rotor:latest

Usage

There is no official Helm chart providied for Jitsu, but you can use the following Helm chart to deploy Jitsu on your Kubernetes cluster.

Here is the issue that they discussed: https://github.com/jitsucom/jitsu/issues/880

And here is the Helm chart that you can use: https://github.com/stafftastic/jitsu-chart

which is the Helm chart we used to deploy Jitsu on Kubernetes during the tests.

$ helm install jitsu oci://registry-1.docker.io/stafftasticcharts/jitsu -f-<<EOF
console:
  image:
    repository: cgr.dev/chainguard/jitsucom-console
    tag: latest
    pullPolicy: IfNotPresent
rotor:
  image:
    repository: cgr.dev/chainguard/jitsucom-rotor
    tag: latest
    pullPolicy: IfNotPresent
EOF

Last updated: 2024-05-17 00:44