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 |
Tags
- freshness
- proerty
- docker
- k9s
- 동적 차트
- dbt_project
- Materializations
- Java
- CDC
- numpartitions
- 카프카
- DBT
- ksql
- 도커
- 모바일
- UI for kafka
- 윈도우
- Python
- query history
- polars
- spark
- bar cahrt
- 파이썬
- spring boot
- mysql
- 쿠버네티스
- KubernetesPodOperator
- airflow
- kafka
- 크롤링
Archives
- Today
- Total
데이터 엔지니어 이것저것
k8s dashboard 본문
728x90
k8s 대시보드 UI는 기본적으로 배포되지 않는다.
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
출처 : https://kubernetes.io/ko/docs/tasks/access-application-cluster/web-ui-dashboard/
kubectl proxy
http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
kubectl get secrets
kubectl describe secrets default-token-8hm86
728x90
'오픈소스' 카테고리의 다른 글
아파치 드루이드 (0) | 2022.08.15 |
---|---|
git sync 맞추기 (0) | 2021.05.23 |
Helm Chart (0) | 2021.05.09 |
docker delete (0) | 2020.12.22 |
Docker zeppelin설치 (0) | 2020.12.22 |