Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- docker
- bar cahrt
- Python
- UI for kafka
- dbt_project
- spring boot
- spark
- polars
- k9s
- freshness
- 윈도우
- numpartitions
- 모바일
- 쿠버네티스
- DBT
- 크롤링
- airflow
- CDC
- mysql
- 동적 차트
- query history
- proerty
- 카프카
- 파이썬
- Materializations
- ksql
- KubernetesPodOperator
- Java
- kafka
- 도커
Archives
- Today
- Total
데이터 엔지니어 이것저것
UI for kafka 본문
728x90
공식 문서 : https://docs.kafka-ui.provectus.io/configuration/quick-start
Quick Start - UI for Apache Kafka
When you're done with testing, you can refer to the next articles to persist your config & deploy the app wherever you need to.
docs.kafka-ui.provectus.io
설치 과정
helm repo add kafka-ui https://provectus.github.io/kafka-ui-charts
helm pull kafka-ui/kafka-ui
values.yaml 추가
yamlApplicationConfig:
kafka:
clusters:
- name: local
bootstrapServers: kafka-0.kafka-headless.kafka.svc.cluster.local:9092
service:
type: LoadBalancer
port: 80
resources:
limits:
cpu: 1000m
memory: 1024Mi
requests:
cpu: 200m
memory: 256Mi
kubectl create namespace kafka-ui
helm upgrade --install -f kafka-ui/ci/values.yaml -n kafka-ui kafka-ui kafka-ui/
부팅되는데 1분정도 소요
주소 : http://localhost:80/
728x90
'오픈소스 > kafka' 카테고리의 다른 글
CDC 특정 컬럼 제외 (0) | 2023.10.28 |
---|---|
카프카 커넥터를 이용하여 CDC (0) | 2023.10.28 |
CCDAK 후기 (0) | 2023.06.30 |
[미완성] 카프카 helm으로 변경 (0) | 2023.05.04 |
Schema Registry (0) | 2023.04.30 |