sigs.k8s.io/cluster-api@v1.7.1/docs/book/src/developer/architecture/controllers/cluster-resource-set.md (about) 1 # `ClusterResourceSet` Controller 2 3 The `ClusterResourceSet` provides a mechanism for applying resources - e.g. pods, deployments, daemonsets, secrets, configMaps - to a cluster once it is created. 4 5  6 7 Its main responsibility is to automatically apply a set of resources to newly-created and existing Clusters. Resources will be applied only once. 8 9 10 ### Additional information 11 12 * See ClusterResourceSet [proposal](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20200220-cluster-resource-set.md)