'Is there any way to can install airflow on kubernetes on premise

I am new to airflow and need assistance on how to install airflow on k8s . Needs are:

1 . How to Build docker image of airflow only for webserver and scheduler

2 . How to Build separate docker image for MySQL

3 . How to create airflow.cfg with kunernetes executor?

4 . Any sample would be appreciated.



Solution 1:[1]

If you mean Apache Airflow - you can just use existed helm chart, that described here https://airflow.apache.org/docs/apache-airflow/stable/kubernetes.html

Unfortunately from your description it is not clear what kind of problem you want to solve.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sloneg