You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Manual testing**: End-to-end with Claude Code + Kubernetes MCP server against a live cluster.
138
138
139
+
## Use Cases
140
+
141
+
### Platform Admin: DNS records not being created for gateways
142
+
143
+
**Persona:** Platform engineer responsible for Kuadrant installation and infrastructure.
144
+
145
+
**Scenario:** A DNSPolicy targeting a Gateway is created but no DNS records appear in Route53. The policy may show Accepted but records are missing from the hosted zone.
146
+
147
+
**Prompt:**`debug-dnspolicy` with `policy-name` argument.
### Developer: RateLimitPolicy not enforcing rate limits
167
+
168
+
**Persona:** Application developer creating policies for their services.
169
+
170
+
**Scenario:** A RateLimitPolicy is created targeting a Gateway or HTTPRoute, but traffic is not being rate limited. Requests that should return 429 are passing through.
171
+
172
+
**Prompt:**`debug-ratelimitpolicy` with `policy-name` argument.
0 commit comments