Created
December 9, 2025 22:48
-
-
Save erictune/15dadb8120f310c0ce2a8aebaf7744bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Source: https://docs.cloud.google.com/kubernetes-engine/docs/how-to/tpu-multislice#standard | |
| PodSets: One per replicatedJob, 4 replicatedJobs, no signature differences between the pod templates, but injected labels may differ. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Source: https://github.com/kubernetes-sigs/jobset/blob/main/site/static/examples/pytorch/cnn-mnist/mnist.yaml | |
| PodSets: Exactly 1 (no resource requirements!) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Source: https://github.com/kubernetes-sigs/jobset/blob/main/site/static/examples/tensorflow/mnist.yaml | |
| PodSets: Exactly 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Source: https://raw.githubusercontent.com/kubernetes-sigs/lws/refs/heads/main/docs/examples/sglang/lws.yaml | |
| Differences: | |
| Leader adds a label | |
| Different container[0].name | |
| Different container[0].command | |
| Leader adds a container[0].ports | |
| Leader adds a container[0].readinessProbe | |
| PodSets: 1, if we ignore those differences. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Source: https://raw.githubusercontent.com/kubernetes-sigs/lws/refs/heads/main/docs/examples/tensorrt-llm/lws.yaml | |
| Differences: | |
| Leader adds a label | |
| Different container[0].name | |
| Different container[0].command | |
| Leader adds a container[0].env[] | |
| Leader adds a container[0].ports | |
| PodSets: 1, if we ignore those differences. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Source: https://raw.githubusercontent.com/kubernetes-sigs/lws/refs/heads/main/docs/examples/vllm/GPU/lws.yaml | |
| Differences: | |
| Leader adds a label | |
| Different container[0].name | |
| Different container[0].command | |
| Leader adds a container[0].ports | |
| Leader adds a container[0].readinessProbe | |
| PodSets: 1, if we ignore those differences. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment