Different ways to use kubernetes-pod-operator in Airflow
Jun 7, 2021
K8s-pod-operator is a very powerful operator in Airflow.This story tries to explain different ways, we can leverage k8s-pod-operator in airflow.
k8s-pod-operator
Using k8s python api
Using pod_template_file
Using both(k8s-python api and pod_template_file)
References: