Why isn't Zeebe localhost from Docker working?

Docker Desktop is running and I have downloaded the Camunda Platform container with all 4 elements running (Tasklist, Operate, Zeebe, Elastic Search). I can open both Tasklist (localhost:8081) and Operate (localhost:26500) just fine, but Zeebe (localhost:26500) has as a result an invalid http response. Why is that? Do I need to have something extra downloaded? Or to run some extra command on the cmd?

Have you forwarded the port to zeebe?

I don’t think so. How do I do that?

Hello @ebproject ,

the reason is that Zeebe exposes a gRPC gateway that cannot be called using simple http requests.

Instead, I would suggest using zbctl:

Jonathan