Set the maximum number of pods that can run on a node

To optimize pod density on the nodes in a specific pool, you can create a KubeletConfig object to set the maxPods and podsPerCore kubelet parameters on those nodes. These parameters control the maximum number of pods that can be scheduled to run on each node.