Hi Peeps! I have been learning how to deploy datah...
# all-things-deployment
a
Hi Peeps! I have been learning how to deploy datahub and settled on using docker on a single VM for a PoC. I reviewed
docker-compose.yml
and set some volume mounts (AuthN) and the var
DATAHUB_VERSION=v0.8.26
as I noted with previous releases that sometimes it does not come up so allowed me to control when to go to new version etc. I normally run
docker-compose up -d
but today I get...
datahub-actions_1     | 2022/03/01 13:28:16 Problem with request: Get "<http://datahub-gms:8080/health>": dial tcp 172.27.0.8:8080: connect: connection refused. Sleeping 1s
datahub-gms        | 2022/03/01 13:28:16 Problem with dial: dial tcp: lookup broker on 127.0.0.11:53: server misbehaving. Sleeping 1s
datahub-actions_1     | 2022/03/01 13:28:17 Problem with request: Get "<http://datahub-gms:8080/health>": dial tcp 172.27.0.8:8080: connect: connection refused. Sleeping 1s
Can anyone share tips how to debug pls? Much appreciated.
e
Can you check if your kafka broker is healthy? seems like gms is having trouble pinging the kafka broker