Files
helm-anything/src/flink/README.md
T
2026-02-19 23:04:16 +08:00

841 B

Apache Flink

Introduction

Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. Flink has been designed to run in all common cluster environments, perform computations at in-memory speed and at any scale.

Installation

To install Apache Flink Kubernetes Operator, run:

make install

Usage

After installation, verify the deployment:

kubectl get pods -n flink

To deploy a Flink job, create a FlinkDeployment custom resource.

Documentation