Kubernetes Assign Pod to Specific Node: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes =Internal= * Kubernetes_Pod_and_Container_Concepts#Assigning_Pods_to_Specific_Node...") |
|||
Line 10: | Line 10: | ||
There are situations when we want to schedule specific pods to specific nodes - for example a pod running an application that has special memory requirements only some of the nodes can satisfy. | There are situations when we want to schedule specific pods to specific nodes - for example a pod running an application that has special memory requirements only some of the nodes can satisfy. | ||
Association is performed via labels. | |||
<font color=darkgray>TODO</font> |
Revision as of 01:56, 31 December 2020
External
Internal
Overview
There are situations when we want to schedule specific pods to specific nodes - for example a pod running an application that has special memory requirements only some of the nodes can satisfy.
Association is performed via labels.
TODO