Skip to content

Commit 16395d0

Browse files
committed
Add kubernetes-pod-resource-requests-limits-qos-classes article
1 parent bbe1df6 commit 16395d0

5 files changed

Lines changed: 787 additions & 1151 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"nicolaka",
139139
"Niklas",
140140
"noabbr",
141+
"nodefs",
141142
"nohup",
142143
"Noto",
143144
"nslookup",

COVERS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,3 +841,25 @@ Create an image of an orchestra where musicians (pods) take breaks in rotation.
841841
### Prompt 5: The Factory Shift Change
842842

843843
Design an image of a factory floor during shift change. Some workers leave (node drain) while others arrive (new pods). A capacity board shows minimum workers required per station (minAvailable). Supervisors coordinate to never drop below minimum. Stuck workers unable to leave because minimum isn't met yet. Style: shift coordination, factory operations, capacity constraints, 16:9 aspect ratio.
844+
845+
## kubernetes-pod-resource-requests-limits-qos-classes
846+
847+
### Prompt 1: The Reservation System
848+
849+
Create an image of a hotel reservation system where rooms (resources) are being allocated to guests (pods). Some guests have guaranteed reservations (Guaranteed QoS), others are on standby (Burstable), and walk-ins (BestEffort) wait in the lobby. During high demand, standby guests are moved to smaller rooms while walk-ins are turned away. Style: hotel management, reservation prioritization, capacity allocation, 16:9 aspect ratio.
850+
851+
### Prompt 2: The Buffet Line
852+
853+
Design an image of a buffet with three lines: VIP (Guaranteed), regular (Burstable), and budget (BestEffort). Each line has a plate size limit (memory limit) and time limit (CPU limit). When food runs low, budget diners are asked to leave first. VIP diners have reserved portions. Style: buffet resource allocation, priority queuing, fair sharing, 16:9 aspect ratio.
854+
855+
### Prompt 3: The Parking Garage
856+
857+
Illustrate a parking garage where cars (pods) have different parking levels. Reserved spots (Guaranteed) are always available. General parking (Burstable) can be used but may be asked to move. Street parking (BestEffort) is first to be towed when space is needed. A control tower monitors capacity. Style: parking management, space allocation, eviction hierarchy, 16:9 aspect ratio.
858+
859+
### Prompt 4: The Orchestra Seating
860+
861+
Create an image of an orchestra pit with assigned seating. Principal musicians (Guaranteed) have permanent chairs with their name. Section members (Burstable) have assigned areas but may shift. Substitutes (BestEffort) stand at the back and leave first if space is tight. A capacity board shows available seats. Style: orchestra seating, priority allocation, space management, 16:9 aspect ratio.
862+
863+
### Prompt 5: The Airplane Classes
864+
865+
Design an image of an airplane with three classes: first (Guaranteed), business (Burstable), and economy (BestEffort). During overbooking, economy passengers are bumped first. First class passengers have guaranteed seats and meals. A boarding display shows class prioritization. Style: airline class system, priority boarding, resource tiering, 16:9 aspect ratio.

_TODO.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ Complex Text and Instruction Following: The model demonstrates an enhanced under
252252
error-budget-policy-slo-velocity-reliability-tradeoffs
253253
event-schema-versioning-compatibility-evolution
254254

255-
kubernetes-pod-resource-requests-limits-qos-classes
256255
kubernetes-secrets-external-secrets-operator-csi-vault
257256
legacy-code-testing-characterization-tests-seams
258257
monorepo-affected-builds-remote-caching-ci-optimization
@@ -320,7 +319,7 @@ We are writing an article based on an outline, not just merely adding a few line
320319

321320
__review__
322321

323-
We implemented our article by first generating an outline, and then writing each of the sections one by one. Please review the document in its entirety now, and make any suggestions you find that would improve the readability or quality of the article. Do not make any changes - just review and put together a list of suggestions to discuss. Ignore table, diagram, and code block caption prefixes like "Code:", "Table:", and "Figure:". They're used by the system to recognize the caption text.
322+
We implemented our article by first generating an outline, and then writing each of the sections one by one. Please review the document in its entirety now, and make any suggestions you find that would improve the readability or quality of the article. Do not make any changes - just review and put together a list of suggestions to discuss. Ignore table, diagram, and code block caption prefixes like "Code:", "Table:", and "Figure:". They're used by the system to recognize the caption text. Ignore frontmatter properties.
324323

325324
__reduce__
326325

0 commit comments

Comments
 (0)