Kubernetes Tools — Manifests, Ingress & Helm Values
Five browser-based Kubernetes utilities: format and structurally validate multi-document manifests, scaffold Ingress and Deployment YAML, and pretty-print Helm values.yaml. Sibling of the DevOps hub. Also useful: beautify YAML and validate Docker Compose.
Format Kubernetes YAML
Pretty-print multi-document Kubernetes YAML with indent 2 or 4 — comments dropped.
Validate Kubernetes YAML
Structural checks for apiVersion, kind, metadata, and kind-specific rules — not cluster dry-run.
Generate Kubernetes Ingress
Scaffold networking.k8s.io/v1 Ingress from host, path, and Service — TLS Secret not created.
Generate Kubernetes Deployment
Scaffold apps/v1 Deployment from image, replicas, and port — optional basic HTTP probes.
Format Helm values.yaml
Pretty-print Helm values.yaml; rejects K8s manifests — does not run helm template.