How to work with Karpenter
Reading Time: 3 minutes Karpenter automatically provisions new nodes in response to unschedulable pods. It can also monitor the events in the Kubernetes cluster and then, it will send commands to the underlying cloud provider. Karpenter works with: Watching for pods that the Kubernetes scheduler has kept as unschedulable Evaluating scheduling constraints asked by the pods Provisioning nodes that fulfill the requirements of the pods Scheduling the pods to run on the new nodes Continue Reading