[FLINK-28396][doc] Updating config file with previous doc version

1 file changed
tree: 28e34fd82b1d3b66303bc08aefc7f0d0b1b3cf00
  1. .github/
  2. docs/
  3. e2e-tests/
  4. examples/
  5. flink-kubernetes-docs/
  6. flink-kubernetes-operator/
  7. flink-kubernetes-shaded/
  8. flink-kubernetes-webhook/
  9. helm/
  10. licenses/
  11. tools/
  12. .asf.yaml
  13. .dockerignore
  14. .gitignore
  15. .gitmodules
  16. docker-entrypoint.sh
  17. Dockerfile
  18. LICENSE
  19. NOTICE
  20. pom.xml
  21. 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, Session and Job deployments
  • Upgrade, suspend and delete deployments
  • Full logging and metrics integration
  • Flexible deployments and native integration with Kubernetes tooling

For the complete feature-set please refer to our documentation.

Project Status

Project status: Production Ready

Current API version: v1beta1

Please check out our docs to read about the upgrade process and our backward compatibility guarantees.

Version Matrix

Operator VersionAPI VersionFlink CompatibilityOperator Image
latest (main HEAD)v1beta11.13, 1.14, 1.15
release-1.0.1v1beta11.13, 1.14, 1.15apache/flink-kubernetes-operator:1.0.1
release-0.1.0v1alpha11.14apache/flink-kubernetes-operator: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.