How to install Kafka using Docker | by Rafael Natali
https://medium.com/nerd-for-tech/how-to-install-kafka-using-docker-fe2e70f650d8
PrerequisitesIn order to run this environment, you’ll need Docker installed and Kafka’s CLI tools. 1. This tutorial was tested usingDocker Desktop⁵ for macOS Engine version 20.10.2. 2. The CLI tools can be downloaded here as a tar or zip. After the download is complete and the files extracted, you'll n… Docker ImageIt was decided to use the Bitnami⁶ images for its ready-to-use approach, well-known reliability, and it’s a non-root container⁷. Consult Bitnami official documentation for more information: 1. Bitnami Zookeeper documentation 2. Bitnami Kafka documentation Published: Mar 25, 2021
PrerequisitesIn order to run this environment, you’ll need Docker installed and Kafka’s CLI tools. 1. This tutorial was tested usingDocker Desktop⁵ for macOS Engine version 20.10.2. 2. The CLI tools can be downloaded here as a tar or zip. After the download is complete and the files extracted, you'll n…
Docker ImageIt was decided to use the Bitnami⁶ images for its ready-to-use approach, well-known reliability, and it’s a non-root container⁷. Consult Bitnami official documentation for more information: 1. Bitnami Zookeeper documentation 2. Bitnami Kafka documentation
Published: Mar 25, 2021
DA: 38 PA: 65 MOZ Rank: 70