Files
helm-anything/src/flink

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