Sunday, September 30, 2018

Schedule Kubernetes Pods to Nodes

In this article, we will see that how to schedule the pod to run in a particular node. You may get a scenario where you want to have more control on a node where a pod runs, such as a pod which may need high resources like heap, storage, cpu core, etc. It can be pointed to higher configuration node in a cluster,  which has dependencies that can be executed in a particular node so you may co-locate the pods based on your needs.

I had difficulties in finding the exact steps over to schedule the pod in a node. I hope it will help you. Let's see the detailed technical steps.



from DZone.com Feed https://ift.tt/2Om2WZa

No comments:

Post a Comment