Setup Strimzi + Kafka Bridge on Kind Cluster

Feb 13, 2023

1 min read

| Srikanth Valluru

Strimzi provides a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations.
The Kafka Bridge provides a RESTful interface that allows HTTP-based clients to interact with a Kafka cluster.
kind runs a local Kubernetes cluster by using Docker containers as “nodes”.

Setup Strimzi + Kafka Bridge on Kind Cluster are steps to run Strimzi and Kafka Bridge in Kind cluster.

Sharing is caring!