Reputation: 2881
I'm looking for ready to run and ready to deploy images for Spring Cloud Data Flow, optimally with HDFS Fuse file system driver. Preferrably with example and documentation.
I already looked for some tutorials - but there are so many steps and configuration options to consider that I'd rather want to start from an existing image / example which may partly fit my needs and make my first steps from there.
What options do I have?
Upvotes: 0
Views: 1107
Reputation: 4179
Depending on which target runtime (local, CF, Kubernetes, Mesos, YARN) you choose for the Spring Cloud Data Flow, deploying docker
images is (or yet to be) supported.
For local
and CF
deployers, the docker
image support is yet to be added: https://github.com/spring-cloud/spring-cloud-dataflow/issues/695
For kubernetes
you can refer documentation here
For mesos
you can refer here
Upvotes: 2