Different ways to use kubernetes-pod-operator in Airflow

sharad mishra
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

k8s-pod-operator

Using k8s python api

Using pod_template_file

Using both(k8s-python api and pod_template_file)

References:

  1. https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/operators.html#howto-operator-kubernetespodoperator

--

--

Responses (1)