Skip to content

Commit bbe1df6

Browse files
committed
Add kubernetes-pod-disruption-budget-autoscaler-node-rotation article
1 parent dff0932 commit bbe1df6

3 files changed

Lines changed: 192 additions & 688 deletions

File tree

COVERS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,3 +819,25 @@ Create an image of a manufacturing facility with multiple production lines (clus
819819
### Prompt 5: The Wave Deployment
820820

821821
Design an image of waves rolling onto a beach, each wave representing a deployment wave (canary → staging → production regions). A surfer (platform engineer) rides the first wave, checking conditions before the next wave arrives. Warning flags mark any issues that should stop subsequent waves. Style: wave progression, phased rollout, validation checkpoints, 16:9 aspect ratio.
822+
823+
## kubernetes-pod-disruption-budget-autoscaler-node-rotation
824+
825+
### Prompt 1: The Traffic Controller
826+
827+
Create an image of an air traffic controller managing planes (pods) on runways (nodes). The controller uses a board showing minimum planes that must remain airborne (minAvailable). Some runways are closed for maintenance while ensuring enough planes stay flying. Style: air traffic control, managed disruption, operational continuity, 16:9 aspect ratio.
828+
829+
### Prompt 2: The Hospital Capacity
830+
831+
Design an image of a hospital administrator managing bed capacity during renovations. A board shows minimum beds that must stay available (PDB). Workers renovate some rooms while patients are carefully moved to maintain minimum capacity. Style: hospital management, capacity planning, controlled renovation, 16:9 aspect ratio.
832+
833+
### Prompt 3: The Bridge Lanes
834+
835+
Illustrate a bridge with multiple lanes where some lanes are closed for maintenance. A sign shows "Minimum 3 lanes open at all times" (minAvailable). Traffic controllers manage which lanes can be closed while maintaining flow. Workers blocked from closing more lanes until traffic redistributes. Style: traffic management, lane closure coordination, 16:9 aspect ratio.
836+
837+
### Prompt 4: The Orchestra Rotation
838+
839+
Create an image of an orchestra where musicians (pods) take breaks in rotation. The conductor (PDB) ensures minimum players per section remain at all times. Some musicians rest while others play, with a display showing "Minimum 4 violins required." Style: orchestra coordination, rotation scheduling, ensemble management, 16:9 aspect ratio.
840+
841+
### Prompt 5: The Factory Shift Change
842+
843+
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.

_TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ To overlay an article title and published date on a cover image, use CSS positio
194194
- The "❌" symbol is not showing in sql code block, it's rendering as a plain "X". But "✅" renders okay. src/content/articles/database-schema-migrations-continuous-deployment-zero-downtime/index.mdx
195195
- Use an in-project Image component to wrap Astro's Image and Picture. Show a magnifying glass with a "+" for the cursor on hover, and a modal to show a magnified view of images on click.
196196
- Add a copyright notice to content
197+
- Probably a duplicate, but need to stop system from adding abbreviation html when used in headings
197198

198199
## Reading position indicator
199200

@@ -251,7 +252,6 @@ Complex Text and Instruction Following: The model demonstrates an enhanced under
251252
error-budget-policy-slo-velocity-reliability-tradeoffs
252253
event-schema-versioning-compatibility-evolution
253254

254-
kubernetes-pod-disruption-budget-autoscaler-node-rotation
255255
kubernetes-pod-resource-requests-limits-qos-classes
256256
kubernetes-secrets-external-secrets-operator-csi-vault
257257
legacy-code-testing-characterization-tests-seams
@@ -320,7 +320,7 @@ We are writing an article based on an outline, not just merely adding a few line
320320

321321
__review__
322322

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.
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.
324324

325325
__reduce__
326326

0 commit comments

Comments
 (0)