Skip to content

Commit 1bd47e5

Browse files
committed
fix kube scheduler simulator content and static image pathname
1 parent cd78d6d commit 1bd47e5

File tree

2 files changed

+2
-2
lines changed
  • content/en/blog/_posts/2025-04-07-kube-scheduler-simulator
  • static/images/blog/2025-04-07-kube-scheduler-simulator

2 files changed

+2
-2
lines changed

content/en/blog/_posts/2025-04-07-kube-scheduler-simulator/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: Kensei Nakada (Tetrate)
1010
The Kubernetes Scheduler is a crucial control plane component that determines which node a Pod will run on.
1111
Thus, anyone utilizing Kubernetes relies on a scheduler.
1212

13-
The [Kubernetes Scheduler](/docs/concepts/scheduling-eviction/kube-scheduler/) is a simulator for the Kubernetes scheduler, started as a [Google Summer of Code 2021](https://summerofcode.withgoogle.com/) project developed by me (Kensei Nakada) and later received a lot of contributions.
13+
[kube-scheduler-simulator](https://github.com/kubernetes-sigs/kube-scheduler-simulator) is a _simulator_ for the Kubernetes scheduler, that started as a [Google Summer of Code 2021](https://summerofcode.withgoogle.com/) project developed by me (Kensei Nakada) and later received a lot of contributions.
1414
This tool allows users to closely examine the scheduler’s behavior and decisions.
1515

1616
It is useful for casual users who employ scheduling constraints (for example, [inter-Pod affinity](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity/#affinity-and-anti-affinity))
@@ -51,7 +51,7 @@ filter nodes (Filter phase), score nodes (Score phase), and ultimately determine
5151
The simulator allows users to create Kubernetes resources and observe how each plugin influences the scheduling decisions for Pods.
5252
This visibility helps users understand the scheduler’s workings and define appropriate scheduling constraints.
5353

54-
{{< figure src="/images/blog/2025-01-22-kube-scheduler-simulator/simulator.png" alt="Screenshot of the simulator web frontend that shows the detailed scheduling results per node and per extension point" title="The simulator web frontend" >}}
54+
{{< figure src="/images/blog/2025-04-07-kube-scheduler-simulator/simulator.png" alt="Screenshot of the simulator web frontend that shows the detailed scheduling results per node and per extension point" title="The simulator web frontend" >}}
5555

5656
Inside the simulator, a debuggable scheduler runs instead of the vanilla scheduler.
5757
This debuggable scheduler outputs the results of each scheduler plugin at every extension point to the Pod’s annotations like the following manifest shows

0 commit comments

Comments
 (0)