What's the difference between an apiserver and a webserver? #55161
Answered
by
potiuk
kang-seongbeom
asked this question in
Q&A
-
Hello, I'm using Airflow Helm chart 1.18.0. The chart contains an apiserver and a webserver. What are their respective roles? With the Airflow 3 version upgrade, does apiserver replace webserver? Even if I set webserver enable to true, the webserver pod isn't created. Am I supposed to use webserver? |
Beta Was this translation helpful? Give feedback.
Answered by
potiuk
Sep 2, 2025
Replies: 1 comment 2 replies
-
I don't know about the helm, but in the dockersetup with airflow 3.x I don't see anymore the webserver. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Webserver is used in Airflow 2, Apiserver in Airflow 3. They have a little bit different function (apiserver serves both UI and task api for internal communication in Airflow 3 and cannot be run at the same time.