K8s YAML: template
1 June 2025 (Updated 1 June 2025)
The template section has its own metadata and spec sections. It’s essentially a configuration file within a configuration file. It’s typically used for things like:
- Defining a Pod config within a Deployment config.
Tagged:
Kubernetes