Airbyte
Airbyte is an open-source, data-integration platform that extracts data from various sources, loads the data into the target system, and then transforms the data into the appropriate format, a process otherwise known as Extract, Load, and Transform (ELT).
To install Airbyte, follow these steps:
Add the Airbyte repository to your local Helm configuration by running these Helm commands:
Install Airbyte by running this Helm command:
Create the configuration file,
airbyte-ingress.yaml
, by running this command:If the storage class is not picked up correctly, mark one of the storage classes as the default by running these commands:
For more information about deploying Airbyte on Kubernetes using Helm, see https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm.
Last updated