A Kubernetes operator for Apache Flink, implemented in Java. It allows users to manage Flink applications and their lifecycle through native k8s tooling like kubectl.
Please check out the full documentation, hosted by the ASF, for detailed information and user guides.
Check our quick-start guide for simple setup instructions to get you started with the operator.
- Deploy and monitor Flink Application and Session deployments
- Upgrade, suspend and delete deployments
- Full logging and metrics integration
- Flexible deployments and native integration with Kubernetes tooling
If you are currently using the v1alpha1 version of the APIs in your manifests, please update them to use the v1beta1 version by changing apiVersion: "flink.apache.org/v1alpha1" to apiVersion: "flink.apache.org/v1beta1".
Operator Version | API Version | Flink Release | Operator Image Tag | Helm Chart Version |
---|---|---|---|---|
latest (main HEAD) |
v1beta1 |
1.14 | ||
release-0.1.0 |
v1alpha1 |
1.14 | 2c166e3 |
0.1.0 |
Don’t hesitate to ask!
Contact the developers and community on the mailing lists if you need any help.
Open an issue if you found a bug in Flink.
You can learn more about how to contribute in the Apache Flink website. For code contributions, please read carefully the Contributing Code section for an overview of ongoing community work.
The code in this repository is licensed under the Apache Software License 2.