• Using the nodeSelector for selecting a kubernetes cluster partition

    4 min read

    kubernetes pod nodeSelector scheduler

    On a kubernetes cluster not all nodes are expected to have the same amount of resources so we might need to schedule some pods on specific nodes due to the resources they have (for example access to a GPU) or due to the network connectivity they have (for example edge nodes). Using nodeSelector we can the scheduler how we want out pods to be scheduled

    18/03/2021

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets