diff --git a/docs/deploying-airbyte/on-kubernetes-via-helm.md b/docs/deploying-airbyte/on-kubernetes-via-helm.md index 375a59b8576d..060e5a6e6654 100644 --- a/docs/deploying-airbyte/on-kubernetes-via-helm.md +++ b/docs/deploying-airbyte/on-kubernetes-via-helm.md @@ -2,7 +2,7 @@ ## Overview -Airbyte allows scaling sync workloads horizontally using Kubernetes. The core components \(api server, scheduler, etc\) run as deployments while the scheduler launches connector-related pods on different nodes. +Airbyte allows scaling sync workloads horizontally using Kubernetes. The core components \(api server, worker, etc\) run as deployments while the scheduler launches connector-related pods on different nodes. ## Quickstart @@ -14,6 +14,11 @@ Alternatively, you can deploy Airbyte on [Restack](https://www.restack.io) to pr Airbyte running on Self-Hosted Kubernetes doesn't support DBT Transformations. Please refer to [#5901](https://github.com/airbytehq/airbyte/issues/5091) ::: +:::note +Airbyte Kubernetes Community Edition does not support basic auth by default. +To enable basic auth, consider adding a reverse proxy in front of Airbyte. +::: + ## Getting Started ### Cluster Setup