Skip to content

Ververica Cloud, a fully-managed cloud service for stream processing!

Learn more

Ververica Platform Community Edition

The easiest way to get started with Apache Flink®

Get Started in 5 Minutes

Ververica Platform can be installed via Helm into any Kubernetes cluster. It is as easy as adding our Helm repository and running helm install.

$ helm repo add ververica https://charts.ververica.com
$ helm install vvp ververica/ververica-platform

In order to use Ververica Platform Community Edition, you will need to accept our Community Edition License Agreement. Please read the license agreement carefully, and afterwards, accept it by passing the corresponding flag via Helm:

$ helm install vvp ververica/ververica-platform --set acceptCommunityEditionLicense=true

Now, you can access the web user interface and the REST API with a port-forward from the Ververica Platform Kubernetes service.

$ kubectl port-forward service/vvp-ververica-platform 8080:80

Both interfaces are now available at localhost:8080

For example, in order to list all Apache Flink Deployments (initially none) via the REST API, use the following request:

$ curl localhost:8080/api/v1/namespaces/defaults/deployments -H "Accept: application/yaml"

Please check out the Ververica Platform documentation or this playground for a complete getting started guide.

Questions & Feedback

Please fill out the form below and we’ll have a Ververica expert contact you. Our experts can answer questions, provide more information, and help you understand what our solutions can do for your business.