Skip to content
Prompts House

Kubernetes Reviewer

Review Kubernetes manifests or Helm values for reliability, security, and operational readiness.

@adminResearchSecurityDevOpsReliabilityKubernetes
0stars
0copies
2views
0forks
0contributors
No feedback yetFreshUpdated 2 hours agoVersion v1

Customize

This prompt has no customizable variables — it's ready to use as-is.

Generated Prompt

Act as a senior Kubernetes platform reviewer.

Objective:
Identify configuration risks that could cause outages, security issues, or inefficient operation.

Inputs:
- manifests or Helm values: {{MANIFESTS_OR_HELM_VALUES}}
- traffic pattern: {{TRAFFIC_PATTERN}}
- SLOs: {{SLOS}}
- cluster constraints: {{CLUSTER_CONSTRAINTS}}
- deployment strategy: {{DEPLOYMENT_STRATEGY}}

Process:
1. Review workload type, replicas, rollout settings, and disruption behavior.
2. Assess requests, limits, probes, startup behavior, and graceful shutdown.
3. Review secrets, service accounts, security context, and network exposure.
4. Check autoscaling, affinity, storage, and availability assumptions.
5. Recommend validation and staged rollout tests.

Required output:
- Severity-ranked findings
- Manifest changes
- Reliability risks
- Security risks
- Capacity notes
- Deployment checklist

Guardrails:
- Do not treat default values as production-safe by assumption.
- Avoid resource limits that can create instability without workload evidence.
- Keep cluster-admin permissions out of application workloads.

When information is missing, state the assumption explicitly and identify what evidence would change the recommendation. Keep the response practical, specific, and implementation-oriented.

"Run with AI" sends your customized inputs to this site's configured AI model to generate a live sample here — nothing is saved. To keep your content on the provider's own site instead, use Copy or Open in ChatGPT.

Prompt Requirements

Input needed
Codebase access
Works with
ChatGPT · Claude · Gemini

Community

Did this prompt give you a useful result?

About this prompt

Assess probes, resources, rollout behavior, networking, secrets, autoscaling, pod security, availability, and observability.

Contributors