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

Accessing remote tracking server since move to http based transport server #3206

Open
schauaib opened this issue Aug 8, 2024 · 1 comment
Labels
type / question Issue type: question

Comments

@schauaib
Copy link

schauaib commented Aug 8, 2024

Hi,

I used to deploy a aim (3.17.5) tracking server in a kubernetes pod, and I was able to expose this server thanks to a k8s service.
Then, I was able to reach out the server from another pod (with same version of aim package installed) using following command (for instance):
aim runs --repo aim://<serviceName>.<namespace>.svc.cluster.local:<service port> ls

However, I recently upgraded my server to v3.21.0 (which is based on http transport layer instead of grpc one as far as I understood), and now I am facing an error when executing the exact same command from the client side (of course I also upgraded the client package to 3.21.0): "RuntimeError: Failed to connect to Aim Server. Have you forgot to run aim server command?"

Should I change anything in the way I start the server up or in the way the client tries to reach it out ?

Thanks for your help

@schauaib schauaib added the type / question Issue type: question label Aug 8, 2024
@schauaib
Copy link
Author

schauaib commented Aug 9, 2024

After additional investigation, the issue only occurs when starting the aim tracking server with SSL options. Is I run "aim server" without key&certificate, I am able to reach it out properly...

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

No branches or pull requests

1 participant