Kubernetes YAML/JSON Generator (Pods/Deployments/Service)

Use this tool to generate kubernetes Pods output in YAML and JSON


Configure Service


Service Name must be unique within a namespace
An empty namespace is equivalent to the "default"
Format app=nginx,env=staging
Valid values "None", empty string (""), or a valid IP .
LoadBalancer will get created with the IP specified in this field.
external reference CNAME
List of external Ip's leave Blank if not managed by external

Configure Metadata


Name must be unique within a namespace
An empty namespace is equivalent to the "default"
annotations to attach metadata
Format app=nginx,env=staging

Configure Container Spec


Docker Image Name Example: nginx
Name of the container DNS_LABEL
To add multiple commands use "," as delimeter ls -ltr,touch a
To add multiple argument use "," as delimeter
To add multiple pors use "," as delimeter 80,443
To add multiple volumeMounts use "," as delimeter
livenessProbe PATH
livenessProbe Port
livenessProbe scheme
readinessProbe PATH
readinessProbe Port
readinessProbe scheme
dnsConfig nameservers
dnsConfig searches
subdomain
serviceAccountName
hostname
where pod will run

Add SecurityContext

fsGroup
runAsGroup
runAsNonRoot
runAsUser


Your Support Matters!

Instead of directly asking for donations, I'm thrilled to offer you all nine of my books for just $9 on leanpub By grabbing this bundle you not only help cover my coffee, beer, and Amazon bills but also play a crucial role in advancing and refining this project. Your contribution is indispensable, and I'm genuinely grateful for your involvement in this journey!

Any private key value that you enter or we generate is not stored on this site, this tool is provided via an HTTPS URL to ensure that private keys cannot be stolen, for extra security run this software on your network, no cloud dependency



Try Other Convertor


Kubernetes Topic