ytt - structural YAML templating
Carvel's templating tool that operates on YAML data structures instead of text. Eliminates the indentation-and-quotes pain of Helm-style string templating.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
KubeVPN - cloud-native dev env tunnel into k8s
Connects your local dev machine to a Kubernetes cluster network so services, DNS, and workloads resolve as if you were inside the cluster. Built on envoy.
kubecolor - colorize kubectl output
Drop-in wrapper that adds syntax-aware coloring to kubectl output. Most useful when reading get/describe at a glance during incidents.
kubecm - manage multiple kubeconfigs
Go CLI that merges, switches, and edits kubeconfig files across many clusters. Solves the daily pain of one mega kubeconfig vs many separate files.
kapp - simple Kubernetes app deployment
Carvel's deployment CLI that treats a labeled set of Kubernetes resources as one app. Diffs, applies, and waits with clear convergence semantics.