Configure Deployment, Service, Ingress, ConfigMap and Secret through forms and generate valid Kubernetes YAML in real time, with copy and download support
FAQ
Which Kubernetes resources are supported?
Five resource types are supported: Deployment, Service, Ingress, ConfigMap and Secret. Switch the tabs to configure each one, and fields like ports, environment variables, labels and resource limits are shown per type.
Can the generated YAML be applied to a cluster directly?
The YAML is structurally valid and can be saved and deployed with kubectl apply. Still, confirm the image address and replicas for your environment, and try kubectl apply --dry-run=client and a test cluster first.
All data is processed locally in your browser. Nothing is uploaded.