Components
Node Taints and Affinities
Scheduling and placement controls for Runtime workloads.
Component Category
Cluster operations / scheduling and placement
Component Description
Node taints, tolerations, and affinities are Kubernetes scheduling controls used to steer workloads onto the right nodes.
Why It Is Used
In BullSequana AI Runtime, these controls help reserve specialized hardware for the workloads that need it most. They are especially important for GPU inference, high-storage services, and other components that should not compete with general-purpose workloads for the wrong node types.
Learn More
Interacts With
KubeAI,vLLM, andFaster Whisper, which often need GPU-aware scheduling.MinIOandPostgreSQL, when storage-heavy workloads should be steered to specific nodes.PrometheusandGrafana, which help operators verify workload placement and resource behavior after scheduling rules are applied.