Config Connector

Overview

What is Config Connector?

Config Connector is a Kubernetes extension that enables managing Google Cloud infrastructure using Kubernetes-style declarative APIs. Config Connector registers Custom resource definitions (CRDs)arrow-up-right and controllers. It translates desired declarative state into a series of imperative API calls. It uses Kubernetes etcd arrow-up-rightto store the desired and actual state of your configuration.

How Config Connector works

Config Connector provides a collection of Kubernetes Custom Resource Definitionsarrow-up-right (CRDs) and associated controllers. Config Connector creates GCP resources when you configure and apply Custom Objects (COs) to your cluster. Config Connector's controllersarrow-up-right eventually reconcile your environment with your desired state. You can learn more in Config Connector Resourcesarrow-up-right.

Install the Config Connector

Last updated

Was this helpful?