Kubernetes Setup¶
hetida designer is recommended to be deployed on Kubernetes for production setups. In particular this enables scaling of the runtime service.
Such a setup typically includes
- a postgres database for hetida designer backend
- deployments for
- runtime
- backend
- frontend
- project-specific custom adapters
- Kafka consumption mode services
- Trafo restricted exec services
- respective configmaps, secrets, services and ingress
- Typically only the runtime needs scaling at some point
Info
Currently hetida designer does not provide an official helm chart or operator. You may use the docker-compose setup as a starting point.