I have launchpad access with 8 NVIDIA H100 NVL GPUs. I am able to deploy and use VSS with nvila successfully, but I am facing issue when trying to access milvus service within VSS blueprint. It is showing it’s running on port 30848 and 32454 but when I am trying to use it using <NODE_IP>:PORT then I am getting 404 error. I have also attached the logs from milvus service.
kubectl patch svc milvus-milvus-deployment-milvus-service -p ‘{“spec”:{“type”:“NodePort”}}’
kubectl get svc milvus-milvus-deployment-milvus-service # Get the Nodeport
Milvus is a database. You cannot check that just from the web. You can learn some basic concepts about Milvus and check that with command or python code.
This is just teaching you how to obtain the ip and port. After obtaining them, please learn how to use the milvus_cli or Milvus Python SDK to access the database.
In your scenario, it should be using port 31909. We need to investigate why does it report an list index out of range error after the link is successfully established.