1 min read
When working with Kubernetes manifests that contain multiple resources, you might need to extract specific objects out of a large document. The yq command-line tool provides powerful filtering capabilities to select and extract individual resources from multi-document YAML files.
In this post, we'll explore how to use yq's select function to do that.
23/06/2025
Read more...