Airflow kustomization. For now this repo uses helm chart with kustomize
Go to file
Philippe Caseiro e21444bf46 feat(init): adding init image for auto creation of connections 2023-05-11 15:00:22 +02:00
base feat(init): adding init image for auto creation of connections 2023-05-11 15:00:22 +02:00
images feat(init): adding init image for auto creation of connections 2023-05-11 15:00:22 +02:00
overlays/dev feat(cleanup): cleaning up the project with somme standards 2023-05-04 17:06:19 +02:00
.gitignore fix(deploy): change default password for admin user 2023-04-24 14:26:32 +02:00
LICENSE Initial commit 2023-04-24 10:51:04 +02:00
README.md feat(doc): adding more informations to the README 2023-04-24 16:15:03 +02:00
skaffold.yaml feat(init): adding init image for auto creation of connections 2023-05-11 15:00:22 +02:00

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