Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to canonicalize address from Kafka #44

Open
amirhmk opened this issue Mar 23, 2023 · 3 comments
Open

Unable to canonicalize address from Kafka #44

amirhmk opened this issue Mar 23, 2023 · 3 comments

Comments

@amirhmk
Copy link
Contributor

amirhmk commented Mar 23, 2023

Getting the following error when trying to deploy to ECS using docker-compose in the Kafka service:

Unable to canonicalize address clearml-serving-zookeeper:2181 because it's not resolvable

Wondering, why are the ports commented out in the docker-compose file?

The zookeeper service seemed to be up and running on the ECS console.

Thanks!

@ainoam
Copy link

ainoam commented Mar 23, 2023

Hi @amirhmk ,

Wondering, why are the ports commented out in the docker-compose file?

This is simply because the containers can communicate over the docker network backbone, so the port specification is redundant.

How are you trying to deploy clearml-serving?

@amirhmk
Copy link
Contributor Author

amirhmk commented Mar 27, 2023

I see, that makes sense. No need to comment it out then.

I'm trying to deploy this into our ECS cluster, I followed the instructions, but seems like the above error is some kind of DNS issue. The setup works fine on my own Mac.

@ainoam
Copy link

ainoam commented Apr 23, 2023

Have you managed to resolve your DNS issue @amirhmk?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants