1

I have a deployment of Airflow using the Kubernetes Executor storing logs onto a persistent volume, the logs are readable from the UI.

The issue is that with this configuration I can't see the logs in the pod using

kubectl logs -f <pod_name>

Is there a way to have the logs in both places?

My end goal is to have them in the Airflow UI and in my observability platform (logz.io)

4

0 回答 0