← Back to directory

Kubernetes Manifest Generator

Generate K8s deployment, service, ingress, and HPA manifests from a simple app description. Includes resource limits and health probes.

kubernetesk8sdeploy
53200 importsby @maya
Preview
Generate Kubernetes manifests for:

App: {{app_name}}
Image: {{image}}
Replicas: {{replicas}}

Generate:
- Deployment with resource limits and liveness/readiness probes
- Service (ClusterIP)
- Ingress with TLS
- HorizontalPodAutoscaler
- ConfigMap and Secret templates

Variables (3)

{{app_name}}{{image}}{{replicas}}

Similar Prompts