Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T06:26:59.000Z (about 1 year ago)
- Last Synced: 2023-08-20T07:39:35.723Z (about 1 year ago)
- Topics: airflow, azure, blogpost, kubernetes, terraform
- Language: HCL
- Homepage: http://fpgmaas.com/blog/azure-airflow-kubernetes
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
```