Hi. We have a deployment in AWS. Its deployed ok a...
# getting-started
b
Hi. We have a deployment in AWS. Its deployed ok and we can access the UI, however my colleague (who's used datahub himself but using docker) is saying we need to be able to access gms by adding :8080 on the end of the URL - this doesnt work for us and times out. We can see the gms service listed when running 'kubectl get services' and we can find the LB in the console, but i cant see anywhere in the documentation that advises how to confiure this so we can access it? The documentation appears to just stop with the front end instructions? I thought this would just work since we're deploying it into AWS/EKS using default configuration? Can anyone help please? Thanks
l
@bumpy-needle-3184 ^
b
you may need to add api after the port like
<loadbalaner-endpoint-gms>:8080/<api>
for the action you are trying to perform. here is the documentation for gms service explaining different api calls , you have simply replace
localhost
with
loadbalancer endpoint of gms
in the url https://datahubproject.io/docs/metadata-service/#start-via-docker-image