Kubernetes YAML Generator
The Kubernetes YAML Generator builds common resource manifests so you can stand up a workload without memorizing field names.
Key Features
- Deployment, Service, ConfigMap
- Replicas and ports
- Image and probes
- Local only
Use Cases
- Bootstrap a workload
- Standardize a template
- Teach k8s
- Reproduce a manifest
How to Use
- Pick the resource
- Set the fields
- Copy the YAML
Practical Tips
- Set resource requests
- Add a readiness probe
- Keep secrets in Secrets
FAQ
- Apply?
- Use kubectl apply -f with the output.
- Why YAML?
- It is the native k8s manifest format.