How to deploy Zeebe Workflow to Zeebe-Cluster which deployed on K8s

Please help me with Zeebe workflow deployment to zeebe-cluster.
Zeebe-cluster is running on Kubernetes.
I am able to deploy zeebe-cluster on Kubernetes(it was successful).

You need to deploy the process model from a pod in your K8s cluster, or use port forwarding from a machine outside the cluster, or configure an ingress to the Zeebe Gateway in your K8s cluster.

That’s ranked from most easy to do, to most complex.

If you want to do things from your developer workstation, then port-forwarding is the way to go.

  • Josh