Skip to content
QKQuickKit日本語
Kubernetes & IaCLOCALRuns in your browserInput may contain sensitive information

Kubernetes Service / Port Helper

Generate a bounded Kubernetes Service manifest and make port, targetPort, protocol, and nodePort mapping explicit.

This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.

Avoid live production secrets; use dummy or masked data where possible. Data handling details

Generated Service manifest

Port mapping:

How it works

Generates one Service with one selector and one port. It supports ClusterIP, NodePort, and LoadBalancer plus TCP, UDP, and SCTP. An explicit nodePort is checked against Kubernetes' default 30000-32767 range; clusters can configure a different range, so leave it blank for allocation or verify the target cluster. This is syntax generation only: it does not contact a cluster, verify that a selector matches Pods, reserve a port, or validate admission policy.