Can we increase number of pods per node in Kubernetes?

1.5k views Asked by At

I've deployed Kubernetes cluster on my local machine.The default allocatable pods in Kubernetes are 110. I want to increase the number of pods per node in my cluster.Can anyone let me know if it's possible ? If yes, how can we do it?

1

There are 1 answers

2
coderanger On

Yes, you can control this with the max-pods option to the Kubelet, either via a command line flag or Kubelet config file option. But beware that we don't test as much outside the normal scaling targets so you might be able to break things.