kcc

Config Connector

ManagementGCP
General

General information about the service.

Description

Google Config Connector is a Kubernetes add-on that allows you to manage Google Cloud resources through Kubernetes.

Service ID

krmapihosting.googleapis.com

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

kcc-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1# Config Connector is installed as a
2# Kubernetes add-on in GKE
3resource "google_gke_hub_feature" "configmanagement" {
4 name = "configmanagement"
5 location = "global"
6}
Utilities

Utilities to support app deployment or configuration.