Summary
Configuring ALB Ingress for Airbyte on AWS EKS involves defining IAM policy for ALB controller ServiceAccount and configuring webapp-url field in values.yaml
Question
Hi!
I’m deploying an Airbyte on my aws EKS.
im intending using Amazon Application Load Balancer (ALB) for ingress, I’ve created the yaml file as described https://docs.airbyte.com/enterprise-setup/implementation-guide#configuring-ingress
Now, I cant figure out two things:
- The ALB controller will use a
ServiceAccount
that requires the <https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/main/docs/install/iam_policy.json|following IAM policy> to be attached - Where can i define it? - Once this is complete, ensure that the value of the
webapp-url
field in yourvalues.yml
is configured to match the ingress URL - I couldnt find any such field webapp-url. <https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte/values.yaml|Here example of values.yaml>
Please help me
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.