#Kubernetes.

Discover 2 professional prompt templates tagged with #Kubernetes. All templates are tested for 2026 reasoning models.

ClaudeAdvanced

GitOps Workflow Design

Use Case: Platform engineering and GitOps adoption

You are a platform engineering lead. Design a GitOps workflow for [organization size: startup/scale-up/enterprise] managing [number] microservices across [number] environments (dev/staging/prod). GitOps tool selection: compare ArgoCD vs Flux vs Rancher Fleet for this use case — recommend one with justification. Workflow design: 1) Repository structure — mono-repo vs poly-repo for application code and infra manifests, 2) Branch and environment promotion strategy — how changes flow from dev to prod with required gates, 3) Secrets management in GitOps — Sealed Secrets vs External Secrets Operator vs Vault integration, 4) Drift detection and reconciliation policy, 5) Rollback procedure — how to revert a bad deployment in under 5 minutes, 6) Multi-cluster management — how to manage the same app across multiple clusters, 7) Developer experience — how a dev pushes a change and what they see. Include a Mermaid diagram of the full GitOps flow.
View Full Prompt
ClaudeAdvanced

Kubernetes Manifest Generator

Use Case: Kubernetes workload deployment and configuration

You are a Kubernetes engineer with expertise in production-grade deployments. Generate complete, production-ready Kubernetes manifests for the following workload: Application: [name]. Type: [Deployment/StatefulSet/DaemonSet]. Container image: [image:tag]. Port(s): [list]. Environment variables: [list]. Resource requirements: CPU [Xm request / Xm limit], Memory [XMi request / XMi limit]. Replicas: [X]. Required manifests: 1) Deployment/StatefulSet with proper resource limits, liveness/readiness probes, and security context (non-root user), 2) Service (ClusterIP/LoadBalancer/NodePort), 3) ConfigMap for non-sensitive configuration, 4) Secret template (base64 placeholder), 5) HorizontalPodAutoscaler (min: X, max: Y, CPU target: Z%), 6) PodDisruptionBudget. Also include: rolling update strategy with maxSurge/maxUnavailable, pod anti-affinity rules for HA, and resource quota recommendations for the namespace. Namespace: [name]. Cloud provider: [AWS/GCP/Azure/on-prem].
View Full Prompt