Kubernetes Configurators - YAML Manifests
K8s Configmap Generator
Generate Kubernetes ConfigMaps from key-value pairs or files. Create configuration for apps without rebuilding images. Browser-based tool.
K8s Cronjob Generator
Generate Kubernetes CronJob manifests for scheduled tasks. Configure cron schedules, concurrency policies, history limits, and job templates.
K8s Hpa Generator
Generate Kubernetes HPA manifests for automatic scaling. Configure CPU, memory, and custom metrics targets with min/max replicas and scale-down behavior.
K8s Ingress Generator
Generate Kubernetes Ingress manifests with TLS, path routing, and annotations. Support for Nginx, Traefik, and AWS ALB ingress controllers.
K8s Secret Generator
Generate Kubernetes Secrets with base64 encoding. Create Opaque, docker-registry, and TLS secrets. Copy YAML or kubectl commands instantly.
K8s Service Generator
Generate Kubernetes Service manifests for ClusterIP, NodePort, LoadBalancer, and ExternalName types. Configure ports, selectors, and session affinity.