Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/flink-kubernetes-operator
Apache Flink Kubernetes Operator
https://github.com/apache/flink-kubernetes-operator
big-data flink java
Last synced: 9 days ago
JSON representation
Apache Flink Kubernetes Operator
- Host: GitHub
- URL: https://github.com/apache/flink-kubernetes-operator
- Owner: apache
- License: apache-2.0
- Created: 2022-02-10T05:00:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T06:22:35.000Z (6 months ago)
- Last Synced: 2024-05-21T07:20:57.865Z (6 months ago)
- Topics: big-data, flink, java
- Language: Java
- Homepage: https://flink.apache.org/
- Size: 6.97 MB
- Stars: 730
- Watchers: 49
- Forks: 368
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## Documentation & Getting Started
Please check out the full [documentation](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/), hosted by the
[ASF](https://www.apache.org/), for detailed information and user guides.Check our [quick-start](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/try-flink-kubernetes-operator/quick-start/) guide for simple setup instructions to get you started with the operator.
## Features at a glance
- Deploy and monitor Flink Application, Session and Job deployments
- Upgrade, suspend and delete deployments
- Full logging and metrics integration
- Flexible deployments and native integration with Kubernetes tooling
- Flink Job AutoscalerFor the complete feature-set please refer to our [documentation](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/concepts/overview/).
## Project Status
### Project status: Production Ready
### Current API version: `v1beta1`
To download the latest stable version please visit the [Flink Downloads Page](https://flink.apache.org/downloads.html).
The official operator images are also available on [Dockerhub](https://hub.docker.com/r/apache/flink-kubernetes-operator/tags).Please check out our docs to read about the [upgrade process](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/operations/upgrade/) and our [backward compatibility guarantees](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/operations/compatibility/).
## Support
Don’t hesitate to ask!
Contact the developers and community on the [mailing lists](https://flink.apache.org/community.html#mailing-lists) if you need any help.
[Open an issue](https://issues.apache.org/jira/browse/FLINK) if you found a bug in Flink.
## Contributing
You can learn more about how to contribute in the [Apache Flink website](https://flink.apache.org/contributing/how-to-contribute.html). For code contributions, please read carefully the [Contributing Code](https://flink.apache.org/contributing/contribute-code.html) section for an overview of ongoing community work.
## License
The code in this repository is licensed under the [Apache Software License 2](LICENSE).