Accessing Kafka UI
Kafka Platform Documentation
Introduction
Since, Kafka is deployed inside private virtual networks, it cannot be accessed directly from local. However, we have kafka-ui
which you can use to access topics, and connectors.
To access kafka-ui, you can refer to the below table for different environments.
| Environment | Kafka UI URL | Username / Password |
|---|---|---|
Staging | https://kafka-ui.stage.zwing.in/ | admin/stagekafka@admin@123 |
UAT | https://kafka-ui.uat.zwing.in/ | admin/uatkafka@admin@123 |
Production | https://kafka-ui.prod.zwing.in/ | admin/prodkafka@admin@123 |
We have Cloudflare Zero Trust enabled for most of our internal domains. Follow the below steps to access the kafka-ui:
- Head over to the URL
- You will be prompted with a
Cloudflare Zero Trustpage, where you will need to enter yourgslemail id, to get an OTP. - If you have the access, you will see the login page of
kafka-ui, fill in the login details from the table above.
info
If you are not able to access the above URLs, please reach out to #ask-platform channel on slack with your access request. Access to a certain environments will be subject to profile and justification.