Spring Cloud Data Flow for Kubernetes 1.1 M1 and 1.0.1 GA Released
Spring Cloud Data Flow for Kubernetes 1.1 M1 and 1.0.1 GA Released
I am pleased to announce the release of the first milestone of Spring Cloud Data Flow for Kubernetes 1.1 along with a 1.0.1 maintenance release.
Join the DZone community and get the full member experience.
Join For FreeDiscover the all-in-one cloud to help teams build better software. Brought to you in partnership with DigitalOcean
On behalf of the team, I am pleased to announce the release of the first milestone of Spring Cloud Data Flow for Kubernetes 1.1 along with a 1.0.1 maintenance release.
Spring Cloud Data Flow for Kubernetes provides support for orchestrating long-running (streaming) and short-lived (task/batch) data microservices on Kubernetes.
Note: A great way to start using the new release(s) is to follow the release matrix on the project page, which includes the download coordinates and the links to the reference guide.
The most significant change for both of these releases is the way we handle task launching. We used to orchestrate them as a Job with associated Pods, but that proved problematic in terms of failed jobs getting restarted even with a RestartPolicy specified as “Never”. To resolve this, we now launch the tasks using bare pods and we also give each launched task and corresponding pod a unique id.
The 1.1.0.M1 release builds on the recent 1.1 M1 release of the core Spring Cloud Data Flow project.
The 1.0.1.RELEASE maintenance release builds on the latest 1.0.1 maintenance release of the core Spring Cloud Data Flow project.
Review the 1.0.1.RELEASE marker and the Spring Cloud Deployer for Kubernetes 1.0.4.RELEASE marker to learn more about the incremental improvements.
Docker images containing the Spring Cloud Data Flow Server for Kubernetes for both of these releases are available from the Docker Hub repo.
To get started using Spring Cloud Data Flow for Kubernetes follow the steps outlined in the reference documentation.
Balance virtual machines with a healthy amount of memory tuned to host and scale applications. Brought to you in partnership with DigitalOcean
Published at DZone with permission of Thomas Risberg . See the original article here.
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}