ad66a50f3a
In addition to a couple of k8s questions.
316 B
316 B
Node Selectors
Objectives
- Apply the label "hw=max" on one of the nodes in your cluster
- Create and run a Pod called
some-pod
with the imageredis
and configure it to use the selectorhw=max
- Explain why node selectors might be limited
Solution
Click here to view the solution