Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Verify Deployment

Check Status: Deployment

Check the status of the deployment to ensure it is running correctly.

kubectl get deployment -n vllm

Check Status: Pods

Check the status of the pods to ensure it is running correctly.

kubectl get pods -n vllm

Check Status: Service

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

kubectl get service -n vllm

Last updated