You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've replaced a complicated setup of Airflow with dagu because all my tasks run inside containers. It would be great if we can run it on an EC2 instance and schedule the tasks in an EKS. Is it possible?
The text was updated successfully, but these errors were encountered:
Great idea! It's certainly possible to run on EKS if the EC2 instance has access to the cluster. For example, you can create a custom Dagu image and execute it as a pod job using a raw kubectl command or the ArgoCD API, etc.
One important thing to note is that Dagu uses the local disk to store historical data at the moment. That means the persistent volume of the job pod (the Dagu executor container) needs to be shared across the pods. What do you think?
I've replaced a complicated setup of Airflow with dagu because all my tasks run inside containers. It would be great if we can run it on an EC2 instance and schedule the tasks in an EKS. Is it possible?
The text was updated successfully, but these errors were encountered: