Cluster API는 Kubernetes 커스텀 리소스를 사용하고 Kubernetes 리소스 모델 (KRM)을 사용합니다. 설치, 업그레이드, 제거와 같은 지정된 조직의 클러스터 수명 주기를 관리합니다.
클러스터 API를 사용하려면 GDC 콘솔을 사용하는 것이 좋습니다. 애플리케이션에서 자체 라이브러리를 사용하여 이 API를 호출해야 한다면 다음 예와 전체 API 정의를 사용하여 요청을 빌드하세요.
서비스 엔드포인트 및 검색 문서
클러스터 API의 API 엔드포인트는 https://MANAGEMENT_API_SERVER_ENDPOINT/apis/cluster.gdc.goog/v1입니다. 여기서 MANAGEMENT_API_SERVER_ENDPOINT는 관리 API 서버의 엔드포인트입니다.
kubectl proxy 명령어를 사용하여 브라우저에서 또는 curl과 같은 도구로 해당 URL에 액세스하여 클러스터 API의 검색 문서를 가져올 수 있습니다.
kubectl proxy 명령어를 사용하면 로컬 머신에서 Kubernetes API 서버로의 프록시가 열립니다. 명령어가 실행되면 http://127.0.0.1:8001/apis/cluster.gdc.goog/v1 URL에서 문서에 액세스할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-08(UTC)"],[[["The Cluster API leverages Kubernetes custom resources and the Kubernetes Resource Model (KRM) to manage cluster lifecycles, including installation, upgrades, and uninstallation."],["The recommended method for interacting with the Cluster API is through the GDC console, but custom libraries can also be used by referring to the full API definition."],["The Cluster API endpoint is located at `https://\u003cMANAGEMENT_API_SERVER_ENDPOINT\u003e/apis/cluster.gdc.goog/v1`, where `\u003cMANAGEMENT_API_SERVER_ENDPOINT\u003e` is the Management API server endpoint."],["The discovery document for the Cluster API can be accessed via `kubectl proxy` at `http://127.0.0.1:8001/apis/cluster.gdc.goog/v1` after establishing a proxy to the Kubernetes API server."],["The example `Cluster` resource provided displays a user cluster configuration which includes specifications for the network, initial Kubernetes version, load balancer, node pool, and release channel."]]],[]]