Config Connector è un componente aggiuntivo di Kubernetes open source che consente di gestire
le risorseGoogle Cloud tramite Kubernetes.
Molti team di sviluppo cloud-native lavorano con un mix di sistemi di configurazione,
API e strumenti per gestire la propria infrastruttura. Questa combinazione è spesso difficile da
comprendere, il che porta a una velocità ridotta e a errori costosi. Config Connector
fornisce un metodo per configurare molti
servizi e risorse diGoogle Cloud
utilizzando gli strumenti e le API di Kubernetes.
Con Config Connector, i tuoi ambienti possono utilizzare le
risorse
gestite da Kubernetes, tra cui:
RBAC per controllo dell'accesso.
Eventi per la visibilità.
Un'unica fonte di configurazione e di gestione dello stato desiderato per una complessità ridotta.
Coerenza finale per l'accoppiamento lasco delle dipendenze.
Puoi gestire la tua infrastruttura Google Cloud allo stesso modo in cui gestisci le tue applicazioni Kubernetes, riducendo la complessità e il carico cognitivo per gli sviluppatori.
Affinché le CRD di Config Connector funzionino correttamente, Config Connector esegue il deployment dei pod
nei nodi con autorizzazioni RBAC elevate, ad esempio la possibilità di
creare, eliminare, ottenere ed elencare CustomResourceDefinitions (CRD). Queste
autorizzazioni sono necessarie a Config Connector per creare e riconciliare le risorse
Kubernetes.
Personalizzazione del comportamento di Config Connector
Config Connector fornisce funzionalità aggiuntive oltre alla creazione di risorse.
Ad esempio, puoi gestire le risorse esistenti Google Cloud e utilizzare i secret Kubernetes per fornire dati sensibili, come le password, alle tue risorse. Per ulteriori
informazioni, consulta l'elenco delle guide illustrative.
Inoltre, puoi scoprire di più su come Config Connector utilizza i costrutti di Kubernetes per gestire le risorse e visualizzare le Google Cloud risorse che Config Connector può gestire.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[[["\u003cp\u003eConfig Connector is an open-source Kubernetes add-on that enables the management of Google Cloud resources through Kubernetes APIs and tooling.\u003c/p\u003e\n"],["\u003cp\u003eIt simplifies infrastructure management by allowing teams to use Kubernetes to configure Google Cloud services and resources, reducing complexity and cognitive load.\u003c/p\u003e\n"],["\u003cp\u003eConfig Connector utilizes Kubernetes Custom Resource Definitions (CRDs) and controllers to create and manage Google Cloud resources based on user-defined objects within the cluster.\u003c/p\u003e\n"],["\u003cp\u003eIt provides features such as RBAC, event visibility, single source of configuration, and eventual consistency, enhancing control and management over cloud resources.\u003c/p\u003e\n"],["\u003cp\u003eConfig Connector is open source and includes options to manage pre-existing resources and employ Kubernetes Secrets for confidential data handling.\u003c/p\u003e\n"]]],[],null,["# Config Connector overview\n=========================\n\n[Standard](/kubernetes-engine/docs/concepts/choose-cluster-mode)\n\n*** ** * ** ***\n\nConfig Connector is an [open source](https://github.com/GoogleCloudPlatform/k8s-config-connector) Kubernetes add-on that lets you manage\nGoogle Cloud resources through Kubernetes.\n\nMany cloud-native development teams work with a mix of configuration systems,\nAPIs, and tools to manage their infrastructure. This mix is often difficult to\nunderstand, leading to reduced velocity and expensive mistakes. Config Connector\nprovides a method to configure many\n[Google Cloud services and resources](/config-connector/docs/reference/resources)\nusing Kubernetes tooling and APIs.\n\nWith Config Connector, your environments can use Kubernetes-managed\n[Resources](/config-connector/docs/concepts/resources#managing_resources_with_kubernetes_objects)\nincluding:\n\n- RBAC for access control.\n- Events for visibility.\n- Single source of configuration and desired state management for reduced complexity.\n- Eventual consistency for loosely coupling dependencies.\n\nYou can manage your Google Cloud infrastructure the same way\nyou manage your Kubernetes applications, reducing the complexity and cognitive\nload for developers.\n\nHow Config Connector works\n--------------------------\n\nConfig Connector provides a collection of Kubernetes\n[Custom Resource Definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)\n(CRDs) and controllers. The Config Connector CRDs allow Kubernetes to create and\nmanage Google Cloud resources when you configure and apply\nObjects to your cluster.\n\nFor Config Connector CRDs to function correctly, Config Connector deploys Pods\nto your nodes that have elevated RBAC permissions, such as the ability to\ncreate, delete, get, and list CustomResourceDefinitions (CRDs). These\npermissions are required for Config Connector to create and reconcile Kubernetes\nresources.\n\nTo get started,\n[install Config Connector](/config-connector/docs/concepts/installation-types)\nand [create your first resource](/config-connector/docs/how-to/getting-started).\nConfig Connector's\n[controllers](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-controllers)\neventually reconcile your environment with your desired state.\n\n### Customizing Config Connector's behavior\n\nConfig Connector provides additional features beyond creating resources.\nFor example, you can manage\n[existing Google Cloud resources](/config-connector/docs/how-to/managing-deleting-resources#acquiring_an_existing_resource),\nand use [Kubernetes Secrets](/config-connector/docs/how-to/secrets) to\nprovide sensitive data, such as passwords, to your resources. For more\ninformation, see the list of [how-to guides](/config-connector/docs/how-to).\n\nIn addition, you can learn more about how Config Connector uses Kubernetes\nconstructs to manage [Resources](/config-connector/docs/concepts/resources) and\nsee the Google Cloud [resources](/config-connector/docs/reference/resources)\nConfig Connector can manage.\n\nWhat's next\n-----------\n\n- [Install Config Connector](/config-connector/docs/concepts/installation-types).\n- [Get started](/config-connector/docs/how-to/getting-started) by creating your first resource.\n- Explore Config Connector [source code](https://github.com/GoogleCloudPlatform/k8s-config-connector). Config Connector is fully open sourced on GitHub."]]