You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Shahar Frank (JIRA)" <ji...@apache.org> on 2019/06/08 09:43:00 UTC

[jira] [Created] (FLINK-12783) A K8S CRD to manage job lifecycle

Shahar Frank created FLINK-12783:
------------------------------------

             Summary: A K8S CRD to manage job lifecycle
                 Key: FLINK-12783
                 URL: https://issues.apache.org/jira/browse/FLINK-12783
             Project: Flink
          Issue Type: Improvement
          Components: Documentation
            Reporter: Shahar Frank


Hello,

I would like to suggest adding an entry to the following documentation page:
https://ci.apache.org/projects/flink/flink-docs-release-1.8/ops/deployment/kubernetes.html

I have recently released this open-source K8S CRD that manages the entire job lifecycle automatically.

It can all be found here:
https://github.com/srfrnk/k8s-flink-operator

This allows users to simply create images with only their Jar and deploy jobs easily. It supports both streaming and batch jobs (as K8S  CronJobs).

It allows mounting volumes, setting env and job props.

I think it may help many people who are using Flink with K8S.
We are using this in production now.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)