wangyang0918 / flink-kubernetes-operator

Apache Flink Kubernetes Operator

Home Page:https://flink.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Flink Kubernetes Operator

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.

Operator Overview

Documentation & Getting Started

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.

Features at a glance

  • 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

Project Status

Project status: beta

Current API version: v1beta1

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".

Version Matrix

Operator Version API Version Flink Release Operator Image Tag Helm Chart Version
latest (main HEAD) v1beta1 1.15
release-0.1.0 v1alpha1 1.14 2c166e3 0.1.0

Support

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.

Contributing

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.

License

The code in this repository is licensed under the Apache Software License 2.

About

Apache Flink Kubernetes Operator

https://flink.apache.org/

License:Apache License 2.0


Languages

Language:Java 95.2%Language:Shell 3.9%Language:Dockerfile 0.4%Language:Smarty 0.4%Language:HCL 0.1%