Summary
Setting up Airbyte on GKE for production with Terraform, switching from MinIO to GCS and from default Postgres to Cloud SQL. Seeking best practices and guidance on configuring external tools like GCS and Cloud SQL.
Question
Hello, guys! I need some help.
Recently, I installed Airbyte on GKE (GCP Cloud) using Helm to test the application in my company, and it worked! However, over time, I added several connections, and the default configurations stopped working properly. For example, MinIO was filling up every day, and I had to clean it daily.
But that’s okay; for a POC, it worked. Now, I need to set up Airbyte on GKE for production, using Terraform. I want to avoid using the default MinIO and instead use GCS. I also need to change the default Postgres to Cloud SQL.
What are the best practices I should follow to configure Airbyte for production, beyond switching from MinIO to GCS and from the default Postgres to Cloud SQL? And how can I do this? I searched the documentation but only found instructions for installation with Helm. I’m not sure how to configure external tools like GCS and Cloud SQL.
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.