Spring Cloud Data Flow - Kubernetes Build Status Stories in Ready Stories in Progress

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.

Contributing

We love contributions. Follow this link for more information on how to contribute.

Building

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.