Deploy Zookeeper, Kafka, and Kafdropfrom your terminal using the Okteto CLI.
okteto up
Once you've deployed your stack, login to Okteto Cloud to see the state of your Okteto stack, logs, and endpoints. The stack includes:
You can access the endpoints from your Okteto Cloud dashboard.
To try it out, send a JSON message to the producer service, replacing the URL with your own:
curl -X POST https://producer-cindylopez.cloud.okteto.net -H "Content-Type: application/json" -d '{"message":"hello world!"}'
The consumer service will then pick up the message you posted and log it in the dashboard.