Can someone please share the K8s documentation for creating custom scheduler, wh . . .

Mayur Sharma:
Can someone please share the K8s documentation for creating custom scheduler, which has following steps included like in lab we are asked to change following things

  1. - --leader-elect=false
    
  2. - --scheduler-name=my-scheduler
    
  3. - --port=10282
    
  4. - --secure-port=0
    
  5. Readiness Probe and,
  6. Liveness Probe (port and scheme)

Fernando Jimenez:
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/
https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/

Mayur Sharma:
@Fernando Jimenez thanks, Though I noticed these pages, but they are having different set of instruction to create custom scheduler as it was mentioned in lab solution.

Lab solution instruction are easy, but I do not want to remember and hence asked for reference so that I can refer in case needed in exam

Fernando Jimenez:
Hi @Mayur Sharma I used the information there to understand better and also to make the lab test work when it didn’t. I understand it might not be tailored for a one stop-shop when it comes to the exam. Hope that it helps.