LXer: How to use Node Selectors in Kubernetes
by LXer from LinuxQuestions.org on (#55TT5)
Published at LXer:
We*can*restrict a*Pod*to only be able to run on a particular*Node. In this article, we will create pods to see them get deployed on the worker as well as the master node, then we will attach a label to the master node and*point pods to get deployed on the master node only using the nodeSelector.
Read More...


We*can*restrict a*Pod*to only be able to run on a particular*Node. In this article, we will create pods to see them get deployed on the worker as well as the master node, then we will attach a label to the master node and*point pods to get deployed on the master node only using the nodeSelector.
Read More...