Request to upload in ECR and use in EKS clsuter #42399
mrdevops12
started this conversation in
General
Replies: 1 comment 3 replies
-
If you want to have Docker images for Airbyte components / connectors stored on ECR, I recommend checking ECR pull through cache https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache.html For EKS, use Helm charts https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
wget https://raw.githubusercontent.com/airbytehq/airbyte/master/run-ab-platform.sh
chmod +x run-ab-platform.sh
I am able to install Airbyte in AWS EC2 instance or any Host machine using above method. I have 2 queries .
In this approach image will automatically download from docker hub and install required dependences.
My requirement is to upload in AWS ECR repo and try to run these. May I know how can we use this .
2 Query:
May I know how can run this script in EKS kind of environment?.
Beta Was this translation helpful? Give feedback.
All reactions