Page cover

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