# Start learning Kafka with Conduktor

*Get a Kafka cluster running in minutes without local installation*

Conduktor Console includes hosted Kafka clusters for learning and development. Create topics, produce messages, and explore Kafka concepts through a visual interface.

## Create a Kafka cluster

1. Go to [conduktor.io/get-started](https://conduktor.io/get-started)
2. Sign up or log in to Console
3. Create a new cluster from the dashboard
4. Your cluster is ready to use

## What you can do

Once your cluster is running, use Console to:

- **Create topics** and configure partitions and replication
- **Produce messages** to topics and see them appear in real-time
- **Consume messages** and browse topic contents
- **Monitor consumer groups** and track offsets

This hands-on exploration helps reinforce the concepts covered in the [fundamentals](https://www.conduktor.io/kafka/kafka-fundamentals) section.

> Conduktor clusters are ideal for learning and prototyping. For production workloads, use a managed Kafka service or self-hosted cluster.

## Optional: Use CLI tools

To follow the [CLI tutorials](https://www.conduktor.io/kafka/kafka-cli-tutorial) with your Conduktor cluster, install the Kafka binaries locally:

| Platform | Installation guide |
|----------|-------------------|
| Mac | [Install on Mac](https://www.conduktor.io/kafka/how-to-install-apache-kafka-on-mac) |
| Linux | [Install on Linux](https://www.conduktor.io/kafka/how-to-install-apache-kafka-on-linux) |
| Windows | [Install on Windows](https://www.conduktor.io/kafka/how-to-install-apache-kafka-on-windows) |

Skip the steps for starting ZooKeeper and Kafka. You only need the binaries installed and `$PATH` configured.

## Next steps

- [Kafka fundamentals](https://www.conduktor.io/kafka/kafka-fundamentals) to understand core concepts
- [CLI tutorials](https://www.conduktor.io/kafka/kafka-cli-tutorial) to practice Kafka commands
- [Docker setup](https://www.conduktor.io/kafka/how-to-start-kafka-using-docker) for local Kafka with version control
