Deployments
In DataCater, deployments take care of operating your pipelines and putting them into production.
Deployments consist of a pipeline, including a source and a sink stream.
DataCater maps its deployments onto Kubernetes deployments, which enables elastic scalability using the Horizontal Pod Autoscaler.
You can use Configs to store common configurations from Deployments, such as
replicas
, at one central location, and share them among multiple Deployment instances. Please have a look at our API documentation for more information on how to work with Deployments and Configs.Last modified 5mo ago