This project provides support for deploying Spring Cloud Dataflow's streaming and task/batch data pipelines to Kubernetes. It includes an implementation of Spring Cloud Data Flow’s Deployer SPI for Kubernetes.
Please refer to the reference documentation on how to get started.
We love contributions. Follow this link for more information on how to contribute.
Clone the repo and type
$ ./mvnw clean install
To build the docker image for the Data Flow Server
$ ./mvnw package docker:build -pl :spring-cloud-dataflow-server-kubernetes
For more information on building, see this link.