Kubernetes Assign Pod to Specific Node: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes | * https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes | ||
=Internal= | =Internal= | ||
* [[Kubernetes_Pod_and_Container_Concepts#Pod_Placement|Pod and Container Concepts]] | |||
* [[Kubernetes_Pod_and_Container_Concepts# | |||
=Overview= | =Overview= |
Latest revision as of 23:44, 23 September 2021
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