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


Thanks for using this software, for Cofee/Beer/Amazon bill and further development of this project please Share.

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

Asking for donation sound bad to me, so i'm raising fund from by offering all my Nine book for just $9



Try Other Convertor


Kubernetes Topic


The Modern Cryptography Book

Kubernetes for DevOps

Cryptography for Python Developers

Cryptography for JavaScript Developers

Go lang Cryptography for Developers