Verify Deployment
Last updated

Check the status of the deployment to ensure it is running correctly.
kubectl get deployment -n vllm
In the image "Check Status Deployment", you can see that the deployment status in the Ready column has a value of 0/1, which means it is not ready, wait 3-5 minutes and run the above syntax again.
Check the logs of the pod for any errors.
Check the status of the pods to ensure it is running correctly.

Check the status of the service to get the external IP.

Last updated
kubectl logs -n vllmkubectl get pods -n vllmkubectl get service -n vllm