Web app on Kubernetes
Prompt
Create a Kubernetes architecture diagram for a web application: ingress controller, frontend deployment, API deployment, worker deployment, Redis StatefulSet, Postgres database, ConfigMap, Secret, and Horizontal Pod Autoscaler. Show traffic from ingress to services to pods.
Why this prompt works
It names the main Kubernetes resources and the traffic direction, which creates a readable cluster diagram instead of a generic box cloud.
Follow-up prompt
Add namespace boundaries, persistent volumes, and indicate which components are stateful versus stateless.