A new volume type has recently joined the Kubernetes ecosystem: the image volume. This feature, available starting with version 1.35.0 and currently in beta, promises to change how we manage static data and configurations in our clusters.
The relevance of this volume type has been growing in cloud-native environments. Several applications already use container images to store information in OCI (Open Container Initiative) format. Popular tools such as Falco (for security rules), Kyverno (for policies), and FluxCD (for deployment management) are clear examples of this trend. Now, this capability is native to Kubernetes.