Skip to content

Commit

Permalink
Docs: add note about k8s doesnt have auth (airbytehq#34527)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm authored and jatinyadav-cc committed Feb 21, 2024
1 parent e833191 commit 72156f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/deploying-airbyte/on-kubernetes-via-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 72156f9

Please sign in to comment.