This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

šŸ“œ Configuration

Configuration UI

šŸ‘©ā€šŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Deploy on Kubernetes

Jitsu is 100% compatible with Kubernetes. There're a number of Jitsu k8s deployment operating at large scale. However, there are a few issues:

  • We don't maintain an official Helm chart. There's a chart maintained my @viggin543; another chart is available as part of Plural deployment
  • There's an issue with running Airbyte connectors on k8s. Ideally, Jitsu should have an option to run Airbyte tasks on k8s cluster directly, but it's not implemented yet. Jitsu can start Airbyte containers as DinD (Docker in Docker), but there are some issues with that. See GitHub discussion