Has anyone successfully installed Airbyte on K8s o...
# ask-community-for-troubleshooting
v
Has anyone successfully installed Airbyte on K8s on AWS?
✍️ 1
d
Yep - using the Airbyte helm chart
e
HI guys, we're also dealing with k8s deployment. @Dusty Shapiro did you managed to use external postgres? Which helm chart version did you use? 🙂
u
@[DEPRECATED] Marcos Marx turned this thread into Zendesk ticket 2608 to ensure timely resolution!
d
Yes, we have a connection that is Postgres to Postgres, and we’re using the latest version of the chart
0.40.17
e
For us the whole deployment gets stuck on
airbyte-db
pod whenever we add external database configuration in
values.yaml
. Current deployment is done with kustomize and we'd like to migrate to using helm. Since we're not that familiar with airbyte, it's taking a while. Would you be willing to share how did you configure the whole thing? Without any obvious hosts/secrets/etc.? 🙂
d
Ah, I was confused by your question. I do not have an external postgres DB setup as the application db, sorry!
😢 1
I will likely set one up soon, but sorry I can’t help now. Is there any output from the pod not starting?
e
wrong credentials, but as far as I understand, airbyte-db pod shouldn't really be needed if we're using external postgres anyways. We're trying to get the official charts to work, but will probably need to write our own for now, since it looks like the officials ones are in active development and not very stable at the moment.
But if you manage to get them to work, please, do share 🙏
u
Great to see everyone's input here! Emilija, I saw a related issue on the forums - perhaps there could be a firewall/permissions issue with your setup? https://discuss.airbyte.io/t/error-deploying-airbyte-with-an-external-postgres-database-aws-rds/2179
e
We can connect to external postgres via psql from inside the pod, so it shouldn't be a firewall issue, unfortunately. Current deployment mode is done via kustomize and airbyte successfully connects to external pg, so we're asuming this is related to our new setup using helm charts. Thank you, though.
k
Airbyte db should me disabled if you’re using external db config, to do so make sure you set db.enabled to false
Then the helpers.tpl should pick the right configuration for db connection
Cc: @Emilja Dankevičiūtė
v
this is what i am stuck at "waiting for a volume to be created, either by external provisioner or manually created by system administrator
k
Are you trying to deploy to eks on fargate or ec2?
If possible do create an issue on airbyte github repo and include the following: Version of chart deployed Cluster setup Values.yaml that you’ve provided(without sensitive data)