Config Connector는 Kubernetes 구성을 사용하여 Google Cloud 리소스를 만듭니다. 이러한 리소스는 Kubernetes 네임스페이스에 구성됩니다.
Config Connector가 네임스페이스를 사용하는 방법
Config Connector는 리소스 Namespace의 주석을 사용하여 리소스를 생성할 프로젝트, 폴더 또는 조직을 알아낼 수 있습니다. Namespace의 주석은 리소스 구성에서 리소스를 생성할 위치를 아직 지정하지 않은 경우에만 적용됩니다. 자세한 정보는 프로젝트 및 폴더로 리소스 구성을 참조하세요.
예를 들어 프로젝트 ID가 myProject인 프로젝트에서 이름이 mySQL인 Cloud SQL 인스턴스를 만들려면 이 명령어를 실행하여 네임스페이스에 주석을 추가합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-12-21(UTC)"],[[["Config Connector utilizes Kubernetes Namespaces to manage the creation of Google Cloud resources."],["Annotations within a Namespace can specify the Google Cloud project, folder, or organization where Config Connector should provision resources."],["If a resource configuration already includes project details, the Namespace's annotation is ignored by Config Connector."],["Google Cloud's resource hierarchy, including Projects, Folders, and Organizations, can be mapped to Config Connector Namespaces using annotations."]]],[]]