SysKit logo
Docs
Service Generator

Service Generator

Build Kubernetes Service YAML locally in your browser. Supports ClusterIP, NodePort, and LoadBalancer services with selectors and multiple ports.

Open the tool

Open Service Generator →

What it produces

  • A valid Service manifest (apiVersion: v1, kind: Service)
  • Optional namespace field when enabled
  • Selector labels (defaults to app: <name> when empty)
  • Multiple ports with protocol, targetPort, and optional nodePort

Notes

NodePort values are only emitted when the Service type is set to NodePort. Target ports default to the Service port when left empty.

Privacy note: everything runs in the browser. Nothing is sent to a server.