'How to start kafka in minikube

I am wondering the easiest way to start kafka?

with downloaded zip file, I can start kafka within 10 seconds, tried a google search, the most easier one also took 15 mins.



Solution 1:[1]

The Strimzi quickstart page walks through the exact steps you need. That project is generally considered the "easiest" (+ free) way to use Kafka on Kubernetes. (I am not affiliated with this project)

easiest way to start kafka?

Use the tarball from the official site. Using Kubernetes is not the easiest way to start anything.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1