简体   繁体   English

Pod的调度和部署如何使用kubernetes?

[英]How kubernetes does scheduling and deploying of pods?

I am new to kubernetes world and in ongoing process of understanding kubernetes in depth. 我是kubernetes领域的新手,并且正在不断深入地了解kubernetes。
I want to understand the exact working of pod scheduling via tiller to controller and deployment on the worker nodes. 我想了解通过调度器到控制器的Pod调度的确切工作方式,以及在工作节点上的部署。
Please anyone provide me reference to relevant docs or links. 请任何人向我提供相关文档或链接的参考。
Any help would be highly appreciated. 任何帮助将不胜感激。

This is one very fine blog about how kubernetes scheduler work: 这是一个关于kubernetes调度程序如何工作的非常好的博客:

https://jvns.ca/blog/2017/07/27/how-does-the-kubernetes-scheduler-work/ https://jvns.ca/blog/2017/07/27/how-does-the-kubernetes-scheduler-work/

You should also have a look at the performance tuning of scheduler , which explains in detail idea about how can you tune your scheduler. 您还应该查看调度程序性能调整 ,它详细说明了如何调整调度程序。

At last, for understanding how can you write your own scheduler, watch Kelsey Hightower's talk here 最后,为了了解如何编写自己的调度程序,请在此处观看Kelsey Hightower的演讲

Hope this gives you fair idea about scheduler. 希望这能使您对调度程序有一个清晰的了解。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM