[[["이해하기 쉬움","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-09-04(UTC)"],[[["\u003cp\u003eDatabase Service API leverages Kubernetes custom resources and the Kubernetes Resource Model (KRM) for managing database clusters in Google Distributed Cloud (GDC) air-gapped.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ekubectl\u003c/code\u003e CLI is the primary tool for interacting with the Database Service APIs.\u003c/p\u003e\n"],["\u003cp\u003eAPI endpoints for Database Service KRM APIs are accessible at URLs beginning with \u003ccode\u003ehttps://<MANAGEMENT_API_SERVER_ENDPOINT>/apis/\u003c/code\u003e, varying by database type.\u003c/p\u003e\n"],["\u003cp\u003eDiscovery documents can be accessed locally through a proxy using \u003ccode\u003ekubectl proxy --port=8001\u003c/code\u003e, at URLs beginning with \u003ccode\u003ehttp://127.0.0.1:8001/apis/\u003c/code\u003e, varying by database type.\u003c/p\u003e\n"]]],[],null,["# Overview of Database Service API\n\nDatabase Service API uses Kubernetes custom resources and relies on\nthe Kubernetes Resource Model (KRM). It is used to create and manage database\nclusters in Google Distributed Cloud (GDC) air-gapped.\n\nUse the `kubectl` CLI for the Database Service APIs.\n\nService endpoint\n----------------\n\nThe following URLs are the API endpoints for the Database Service KRM APIs:\n\n- https://\u003cvar translate=\"no\"\u003eMANAGEMENT_API_SERVER_ENDPOINT\u003c/var\u003e/apis/fleet.dbadmin.gdc.goog/v1\n- https://\u003cvar translate=\"no\"\u003eMANAGEMENT_API_SERVER_ENDPOINT\u003c/var\u003e/apis/oracle.dbadmin.gdc.goog/v1\n- https://\u003cvar translate=\"no\"\u003eMANAGEMENT_API_SERVER_ENDPOINT\u003c/var\u003e/apis/postgresql.dbadmin.gdc.goog/v1\n\nReplace \u003cvar translate=\"no\"\u003eMANAGEMENT_API_SERVER_ENDPOINT\u003c/var\u003e with the endpoint of the\nManagement API server.\n\nDiscovery document\n------------------\n\nUse the `kubectl proxy --port=8001` command to open a proxy to the API server on\nyour local machine. From there, you can access the discovery document at one of\nthe following URLs:\n\n- http://127.0.0.1:8001/apis/fleet.dbadmin.gdc.goog/v1\n- http://127.0.0.1:8001/apis/oracle.dbadmin.gdc.goog/v1\n- http://127.0.0.1:8001/apis/postgresql.dbadmin.gdc.goog/v1"]]