What is the best way and production-grade to deploy Airflow on GKE?

8/7/2018

I want to work with Airflow on Kubernetes (GKE). What is the best way and production-grade to deploy it? (Kubernetes executor or Celery) We also want to work with the Kubernetes operators and run the tasks as pods.

-- Osham
airflow
google-kubernetes-engine
kubernetes

1 Answer

8/8/2018

If you want to use Google Kubernetes Engine (GKE), use Google Cloud Composer which is a managed version of Apache Airflow on Google that is run on GKE.

-- kaxil
Source: StackOverflow