kubernetes with airflow

Apache Airflow: Connect with Kubernetes Cluster

Reading Time: 4 minutes What is Airflow? Airflow is a free to use and open-source workflow orchestration framework developed by Apache that is used to manage workflows Most popular and one of the best workflow management systems out there with great community support. What are operators and why we need them? In practical, Airflow DAGs (Directed Acyclic Graph) only represent the workflow and won’t be doing any computations (or Continue Reading