forked from CadolesKube/airflow-kustom
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
17 hours ago | |
---|---|---|
base | 17 hours ago | |
images | 5 months ago | |
overlays/dev | 5 months ago | |
.gitignore | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
skaffold.yaml | 5 months ago |
README.md
airflow-kustom
Airflow kustomization.
For now this repo uses helm chart with kustomize
How to use
What do you need ?
- kubernetes cluster (k3d, kind, the real thing)
- kustomize command (on your machine)
- kubectl command (on your machine)
Step by step
- Clone this repository
- run this command :
kubectl kustomize --enable-helm ./airflow-kustom | kubectl apply -f -
- to revert run this command :
kubectl kustomize --enable-helm ./airflow-kustom | kubectl delete -f -
- Then you can "port-forward" any local port of your machine above 1024 to 8080 port of the service called airflow-webserver
kubectl port-forward svc/airflow-webserver 9090:8080
- You are looking for the default user and password ... read the code it's their