documentation update (#336)
This commit is contained in:
parent
e9a0a1af91
commit
f2919a1694
2 changed files with 8 additions and 3 deletions
|
@ -101,7 +101,11 @@ Then start Kafka UI with a **local** profile.
|
||||||
|
|
||||||
|
|
||||||
## Running in Kubernetes
|
## Running in Kubernetes
|
||||||
To be done
|
``` bash
|
||||||
|
helm repo add kafka-ui https://provectus.github.io/kafka-ui
|
||||||
|
helm install kafka-ui kafka-ui/kafka-ui
|
||||||
|
```
|
||||||
|
To read more please follow to [chart documentation](charts/kafka-ui/README.md)
|
||||||
|
|
||||||
# Guides
|
# Guides
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,8 @@ Most of the Helm charts parameters are common, follow table describe unique para
|
||||||
## Example
|
## Example
|
||||||
To install Kafka-UI need to execute follow:
|
To install Kafka-UI need to execute follow:
|
||||||
``` bash
|
``` bash
|
||||||
helm install kafka-ui . --set envs.config.KAFKA_CLUSTERS_0_NAME=local --set envs.config.KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092
|
helm repo add kafka-ui https://provectus.github.io/kafka-ui
|
||||||
|
helm install kafka-ui kafka-ui/kafka-ui --set envs.config.KAFKA_CLUSTERS_0_NAME=local --set envs.config.KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092
|
||||||
```
|
```
|
||||||
To connect to Kafka-UI web application need to execute:
|
To connect to Kafka-UI web application need to execute:
|
||||||
``` bash
|
``` bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue