The default maximum pods per work node of VKS cluster is 110. The article talks about how to configure the maximum number.
VMware vSphere Kubernetes Service
The configuration of maximum pods is supported in VKS 3.5.0.
topology:class: builtin-generic-v3.5.0
version: <vkr-version> variables: - name: kubernetes value: kubeletConfiguration: maxPods: <maximum-pods-per-node>kubectl get nodes -o custom-columns=NAME:.metadata.name,Capacity:.status.capacity.pods,Allocatable:.status.allocatable.pods