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
- 쿠버네티스
- spark
- Java
- 파이썬
- bar cahrt
- numpartitions
- 모바일
- kafka
- DBT
- Materializations
- mysql
- 카프카
- Python
- polars
- UI for kafka
- query history
- docker
- proerty
- KubernetesPodOperator
- 윈도우
- CDC
- k9s
- spring boot
- 크롤링
- dbt_project
- airflow
- 동적 차트
- freshness
- 도커
- ksql
Archives
- Today
- Total
데이터 엔지니어 이것저것
airflow helm install 본문
728x90
helm repo add airflow-helm https://airflow-helm.github.io/charts
#시간이 조금 걸린다
helm install my-airflow airflow-helm/airflow --version 8.1.1
export POD_NAME=$(kubectl get pods --namespace default -l "component=web,app=airflow" -o jsonpath="{.items[0].metadata.name}")
echo "URL: http://127.0.0.1:8080"
kubectl port-forward --namespace default $POD_NAME 8080:8080
#윈도우?
kubectl get pods
kubectl port-forward --namespace default my-airflow-web-84cc765bf7-zklvx 8080:8080
로그인 : admin / admin
728x90
'오픈소스 > airflow' 카테고리의 다른 글
airflow vs argo (0) | 2021.12.27 |
---|---|
왜 airflow를 사용할까 (0) | 2021.07.27 |
Docker-compose Airflow ( version 2.0) (0) | 2021.05.10 |
Airflow (0) | 2021.05.09 |
airflow chart (0) | 2020.12.23 |