Vinteros Labs

Configuration

Cluster connections, schedulers, retention rules, role-based access control, and TLS.

Cluster connections

Register each Flink cluster by its JobManager REST endpoint. Flink Manager supports managing multiple clusters from one console — useful for separating dev, staging, and production.

Recommended: use descriptive cluster names (e.g. prod-eu-west) so alerts and dashboards are unambiguous.

Schedulers

Schedulers let you automate recurring operations — for example deploying a batch job on a schedule, or upgrading a job during a maintenance window. Define schedules per cluster and per job from the schedulers view.

Retention rules

Control how long job history, metrics, and checkpoints metadata are kept. Retention rules help you keep the console fast and storage costs predictable without losing the history you need for audits.

Role-based access control (RBAC)

Create roles and assign them to users or groups. Typical roles:

  • Admin: full cluster and settings control.
  • Operator: deploy, stop, and monitor jobs.
  • Viewer: read-only dashboards and job status.

TLS and security

Enable TLS for connections between Flink Manager and your clusters, and for the console itself. All administrative actions are recorded in the audit log so you can trace every change for compliance.