Skip to content

Hosting a Milvus Database #36193

Discussion options

You must be logged in to vote

@KellenMossner Here's the procedures that help to resolve the connection issue:

  1. Try to use kubectl port-forward svc/<milvus-svc> 19530:19530 and access the localhost:19530 to verify whether the deployment of milvus has been successfully setup.
  2. If step 1 is success, we'd check that the external ip of the LoadBalancer milvus svc can be accessed, use nc to check nc -zv <milvus-svc-lb-ip> 19530; if step 1 is failed, check whether all the pods are running, upload all the logs using the script: https://github.com/milvus-io/milvus/blob/master/deployments/export-log/export-milvus-log.sh
  3. if step 2 is failed, try to check the firewall or network policies

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@KellenMossner
Comment options

@yhmo
Comment options

@LoveEachDay
Comment options

Answer selected by KellenMossner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants