• yq: Extracting Objects from Kubernetes Manifests

    1 min read

    yq Kubernetes YAML Secret manifest extraction

    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...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets