Config Connector
Last updated
Last updated
Config Connector is a Kubernetes extension that enables managing Google Cloud infrastructure using Kubernetes-style declarative APIs. Config Connector registers Custom resource definitions (CRDs) and controllers. It translates desired declarative state into a series of imperative API calls. It uses Kubernetes etcd to store the desired and actual state of your configuration.
Config Connector provides a collection of Kubernetes Custom Resource Definitions (CRDs) and associated controllers. Config Connector creates GCP resources when you configure and apply Custom Objects (COs) to your cluster. Config Connector's controllers eventually reconcile your environment with your desired state. You can learn more in Config Connector Resources.