Kubernetes Manifest Generator
中级ops最低上下文:32K
Generates production-ready Kubernetes manifests — Deployments, Services, Ingresses, ConfigMaps, Secrets, HPAs, and more — from a plain-language description of the workload. Applies best practices for resource limits, health probes, security contexts, and rolling update strategies, with optional Kustomize overlays or Helm chart scaffolding.
使用场景
- Scaffolding Deployments and Services for a new microservice
- Adding HorizontalPodAutoscalers and resource limits to existing workloads
- Generating Kustomize overlays for staging and production
- Hardening pods with security contexts and network policies
- Translating Docker Compose definitions into Kubernetes manifests
示例提示词
Generate Kubernetes manifests for a stateless Node.js API service with: - 3 replicas, rolling updates, readiness and liveness probes on /healthz - CPU/memory requests and limits - A ClusterIP Service on port 8080 - An Ingress with TLS for api.example.com - An HPA scaling between 3 and 10 pods at 70% CPU Use best practices for security contexts and label conventions.
推荐模型
兼容工具
claude-codecursorkiroany
模态
输入: text, code
→输出: code, text
相关 Skills
作者
OpenModels Community