Google Kubernetes Engine, Cloud Storage, Cloud Build API를 포함하여 Cloud Deploy 기능을 사용하려면 다른 API를 사용 설정해야 할 수 있습니다. 사용 설정하려면 Google Cloud 콘솔에서 API 라이브러리로 이동하여 해당 API를 검색하세요.
Install the Google Cloud CLI.
After installation,
initialize the Google Cloud CLI by running the following command:
[[["이해하기 쉬움","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\u003eSelect or create a Google Cloud project in the Google Cloud console, considering creating a new project if you plan to delete the resources afterward.\u003c/p\u003e\n"],["\u003cp\u003eEnsure billing is enabled for your Google Cloud project to avoid any interruptions in your Cloud Deploy setup.\u003c/p\u003e\n"],["\u003cp\u003eEnable the Cloud Deploy API and any other necessary APIs, such as Google Kubernetes Engine, Cloud Storage, and Cloud Build, from the Google Cloud console API library.\u003c/p\u003e\n"],["\u003cp\u003eInstall and initialize the Google Cloud CLI with the command \u003ccode\u003egcloud init\u003c/code\u003e, or sign in with your federated identity if using an external IdP.\u003c/p\u003e\n"],["\u003cp\u003eUpdate the gcloud CLI to the latest available version by running \u003ccode\u003egcloud components update\u003c/code\u003e if it's already installed on your local system.\u003c/p\u003e\n"]]],[],null,["# Set up Cloud Deploy\n\nThis page describes the steps to set up Cloud Deploy. For information\nabout charges to Cloud Deploy, see [Pricing](/deploy/pricing).\n\n1. In the Google Cloud console, on the project selector page,\n select or create a Google Cloud project.\n\n | **Note**: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project.\n\n [Go to project selector](https://console.cloud.google.com/projectselector2/home/dashboard)\n2.\n [Verify that billing is enabled for your Google Cloud project](/billing/docs/how-to/verify-billing-enabled#confirm_billing_is_enabled_on_a_project).\n\n3.\n\n\n Enable the Cloud Deploy API.\n\n\n [Enable the API](https://console.cloud.google.com/flows/enableapi?apiid=clouddeploy)\n You might need to enable other APIs to use Cloud Deploy features, including Google Kubernetes Engine, Cloud Storage, and Cloud Build APIs. To enable them, navigate to the [API library](https://console.cloud.google.com/apis/library) in Google Cloud console, and search for those APIs.\n4.\n [Install](/sdk/docs/install) the Google Cloud CLI.\n\n After installation,\n [initialize](/sdk/docs/initializing) the Google Cloud CLI by running the following command:\n\n ```bash\n gcloud init\n ```\n\n\n If you're using an external identity provider (IdP), you must first\n [sign in to the gcloud CLI with your federated identity](/iam/docs/workforce-log-in-gcloud).\n5. If you've already installed gcloud CLI, make sure you have the\n latest available version:\n\n gcloud components update\n\nWhat's next\n-----------\n\n- [Create your delivery pipeline and your targets](/deploy/docs/create-pipeline-targets)\n\n- [Deploy your application](/deploy/docs/deploying-application)"]]