Release Kubernetes Operator 0.1.0
[release] Update version to 0.1.0
6 files changed
tree: 9e0d39c31aa6e5cd78cb64ab857615b5d93659ae
  1. .github/
  2. docs/
  3. e2e-tests/
  4. examples/
  5. flink-kubernetes-operator/
  6. flink-kubernetes-shaded/
  7. flink-kubernetes-webhook/
  8. helm/
  9. tools/
  10. .gitignore
  11. .gitmodules
  12. docker-entrypoint.sh
  13. Dockerfile
  14. LICENSE
  15. NOTICE
  16. pom.xml
  17. README.md
README.md

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, 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

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.