Kubernetes Assign Pod to Specific Node

From NovaOrdis Knowledge Base
Revision as of 01:56, 31 December 2020 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

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