We could: - Make talos pods [Guaranteed](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed). - Set resource limits/requests such that it would reserve static CPUs if the host [cluster has this enabled](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#static-policy). - Use kubelet `reserved` [flags](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/).
We could:
reservedflags.