Stay organized with collections
Save and categorize content based on your preferences.
Database Service API uses Kubernetes custom resources and relies on
the Kubernetes Resource Model (KRM). It is used to create and manage database
clusters in Google Distributed Cloud (GDC) air-gapped.
Use the kubectl CLI for the Database Service APIs.
Service endpoint
The following URLs are the API endpoints for the Database Service KRM APIs:
Replace MANAGEMENT_API_SERVER_ENDPOINT with the endpoint of the
Management API server.
Discovery document
Use the kubectl proxy --port=8001 command to open a proxy to the API server on
your local machine. From there, you can access the discovery document at one of
the following URLs:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Database Service API leverages Kubernetes custom resources and the Kubernetes Resource Model (KRM) for managing database clusters in Google Distributed Cloud (GDC) air-gapped."],["The `kubectl` CLI is the primary tool for interacting with the Database Service APIs."],["API endpoints for Database Service KRM APIs are accessible at URLs beginning with `https://\u003cMANAGEMENT_API_SERVER_ENDPOINT\u003e/apis/`, varying by database type."],["Discovery documents can be accessed locally through a proxy using `kubectl proxy --port=8001`, at URLs beginning with `http://127.0.0.1:8001/apis/`, varying by database type."]]],[]]