# Kubernetes Scheduler

- [(1) 스케줄러 동작 원리와 Scheduling Framework 이해](https://blog.deepdivers.dev/kubernetes-scheduler/1.md): Kubernetes 스케줄러의 역할과 동작 원리를 깊게 이해하며, 스케줄러의 유연한 기능 확장을 위해 제공되는 Scheduling Framework를 살펴봅니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.deepdivers.dev/kubernetes-scheduler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
