Hi All. We've deployed Datahub on EKS, which has g...
# all-things-deployment
b
Hi All. We've deployed Datahub on EKS, which has given us 2 classic load balancers, one for GMS and the other for Frontend. However, while ingesting metadata from the UI, it fails every time. Nothing major in the logs. We provided the host of the LB which hosts GMS, but that didn't help either. It works from the CLI though, when I configure the GMS host using datahub init. Are we missing something? Thanks in advance. This is the recipe that works from the CLI but not from the UI. Error logs attached as part of thread.
Copy code
sink:
    type: datahub-rest
    config:
        server: '<http://a35f8626d7XXXXXbeec24fdaa5720-XXX.us-west-1.elb.amazonaws.com:8080/>'
source:
    type: s3
    config:
        path_spec:
            include: '<s3://XX-bkt/*.*>'
        platform: s3
        aws_config:
            aws_access_key_id: XXXXXXX
            aws_region: us-west-1
            aws_secret_access_key: XXXXXXXXX
pipeline_name: 'urn:li:dataHubIngestionSource:f751376f-ec1a-4dee-a71f-7f4f96c3cdda'