Hello, anybody here to address the question :point...
# all-things-deployment
l
Hello, anybody here to address the question 👆?
b
There are different jobs available if deploying via Helm. There are
mysqlsetupjob, postgressetupjob, kafaka-setup-job, elasticsearch-setup-job
. These jobs will setup your RDS, ES, MSK if managed services are used for storage layer
If not deploying via Helm, you can run the above containers if you’ve network connectivity to the above resources with appropriate ENV variables
l
b
It will be part of the Docker images/script would be baked into Docker image
l
But I see here that the image used is
"{{ .Values.mysqlSetupJob.image.repository }}:{{ .Values.mysqlSetupJob.image.tag }}"
which equates to
acryldata/datahub-mysql-setup
. Can you point me to this repo?
m
@lemon-terabyte-66903: the github action just pushes to that container. The source code is https://github.com/datahub-project/datahub/tree/master/docker/mysql-setup
l
Got it, thanks @mammoth-bear-12532
So when rds is set up, isn’t there a need to run these queries?
Hello @billions-morning-53195?
b
hey
l
@billions-morning-53195 I wanted to check how the init queries are run automatically when rds is set up.
b
mysql-setup
container/pod will run the init queries
l
But how about when rds is set up? how does a container query run for rds?
b