GitHub user potiuk added a comment to the discussion: How to deploy to AWS EKS and start up Airflow properly in Production?
You just need to manage your components in some way - systemd or the like, or even have containers or vms per container. Or you can use Docker Compose or Helm Chart / Kubernetes - but it's generally up to you to configure and deploy Airflow. All possible options are nicely described in https://airflow.apache.org/docs/apache-airflow/stable/installation/index.html - you have all the known installation methods, describing their pros/cons - why you might want to use one, and what are your responsibilities as Deployment Manager. Maybe you will not get detailed instructions step-by-step to do **precisely what you want** (deployment definition and building is Deployment Manager's responsibility) - you will find enough leads examples, quick-starts, and the Helm Chart of Airflow is used by people in production quite heavily - and it's highly customizable (too highly one might say). GitHub link: https://github.com/apache/airflow/discussions/64196#discussioncomment-16301854 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
