https://github.com/fpgmaas/azure-airflow-kubernetes
Example code to deploy Kubernetes and Airflow on Azure
https://github.com/fpgmaas/azure-airflow-kubernetes
airflow azure blogpost kubernetes terraform
Last synced: 11 months ago
JSON representation
Example code to deploy Kubernetes and Airflow on Azure
- Host: GitHub
- URL: https://github.com/fpgmaas/azure-airflow-kubernetes
- Owner: fpgmaas
- Created: 2023-08-18T08:09:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T06:26:59.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T13:11:38.423Z (over 1 year ago)
- Topics: airflow, azure, blogpost, kubernetes, terraform
- Language: HCL
- Homepage: http://fpgmaas.com/blog/azure-airflow-kubernetes
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure-airflow-kubernetes
This is a project that contains source code required to provision an AKS cluster with Terraform and to install Airflow
on the AKS cluster using a Helm chart.
The blogpost with further details can be found [here](https://www.fpgmaas.com/blog/azure-airflow-kubernetes).
```
.
├── Dockerfile
├── README.md
├── airflow
│ ├── pv-logs.yaml
│ ├── pvc-logs.yaml
│ └── values.yaml
├── dags
│ └── example.py
└── terraform
├── main.auto.tfvars
├── main.tf
└── variables.tf
```