In a VMware vSphere Kubernetes Service (VKS) or Supervisor cluster environment, you observe the following symptoms:
POST "/pbm": 503 Service Unavailable.vmware-sps (Profile-Driven Storage) service on the vCenter Server Appliance (VCSA) is stopped or not responding.VMware vSphere Kubernetes Service (VKS)
VMware vCenter Server 8.x
The issue is caused by the vmware-sps service entering an unresponsive state or crashing following a Java Heap Out-of-Memory (OOM) event.
This causes the SPBM API endpoint (/pbm) to become unavailable, returning an HTTP 503 error to callers like VKS.
To restore connectivity and service health, follow these steps:
service-control --status vmware-spsservice-control --restart vmware-spsReview the following logs for evidence of memory pressure or recurring heap dumps: /var/log/vmware/vmware-sps/java_error###.log
If the issue recurs frequently, consider increasing the Java heap memory allocation for the SPS service according to your environment's scale.
For more information, run cloudvm-ram-size -h in a vCenter Server Appliance.