SysKit logo
Deployment Generator
Kubernetes • Deployment (+ optional Service)
Environment variables
Added only if you provide keys.
Resources
Health probes (HTTP)
Probes are only emitted if you provide a container port.
Service (optional)
Emits a ClusterIP service selecting app: my-app
Generated YAML
Includes Deployment + Service. Runs fully in the browser.
Tip: apply via kubectl apply -f file.yaml. If you included a Service, it appears after a YAML separator (---).