With Docker
Build & Run
Once you installed the prerequisites and cloned the repository, run the following steps in your project directory:
Step 1 : Build
Build a docker image with the app
A successful build should produce a docker image named ghcr.io/kafbat/kafka-ui
with whatever version you've supplied.
Step 2 : Run
Using Docker Compose
Start the app using docker image built in step 1 along with Kafka clusters:
Using Spring Boot Run
If you want to start only kafka clusters (to run the
kafbat-ui
app viaspring-boot:run
):
Then start the app.
Running in kubernetes
Using Helm Charts
To read more please follow to chart documentation.
Step 3 : Access Kafbat-UI
To see the app running, navigate to http://localhost:8080.
Last updated
Was this helpful?