DevOps > Kubernetes 1 second ago

How to schedule a pod to run on specific worker node in k8s cluster

How to schedule a pod to run on specific worker node in k8s cluster

315 views . 1 answers . 0 likes . 0 shares sashangy kumar 1 answers

Suppose there is 3 worker node A,B,C in the k8s cluster.I want to schedule a pod on worker node C in the k8s cluster? 

profilepic.png

Answers (1)


profilepic.png
Kapil Kapil Best Answer 1 year ago

nodeSelector — This is a simple Pod scheduling feature that allows scheduling a Pod onto a node whose labels match the nodeSelector labels specified by the user

315 views . 0 shares