Der Support für Cloud Deployment Manager endet am 31. Dezember 2025. Wenn Sie derzeit Deployment Manager verwenden, müssen Sie bis zum 31. Dezember 2025 zu Infrastructure Manager oder einer alternativen Bereitstellungstechnologie migrieren, damit Ihre Dienste ohne Unterbrechung weiterlaufen.
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
In dieser Anleitung werden Sie durch Deployment Manager geführt. Dabei verwenden Sie das gcloud-Befehlszeilentool. Folgen Sie den Schritten zur Einrichtung, um Ihre Umgebung auf die Verwendung von Deployment Manager vorzubereiten.
Projekt erstellen
Deployment Manager erfordert ein Google Cloud -Projekt. Wenn Sie bereits ein Projekt haben, können Sie Ihr vorhandenes Projekt verwenden.
Wenn Sie Google Cloudzum ersten Mal verwenden, können Sie ein neues Projekt erstellen und die kostenlose Testversion vonGoogle Cloud nutzen. Damit erhalten Sie 300 $, die Sie innerhalb von 90 Tagen für sämtliche Google Cloud Produkte ausgeben können. So nutzen Sie die kostenlose Testversion:
Folgen Sie der Anleitung zur Anmeldung für die kostenlose Testversion.
Geben Sie bei der Aufforderung, ein Projekt zu erstellen, einen Namen und eine Projekt-ID zur Identifizierung Ihres Projekts ein. Sie können auch die Standardwerte übernehmen. Klicken Sie dann auf Erstellen.
...siehe Hinweise zur Namensgebung
Aktivieren Sie die APIs für die Google Cloud Ressourcen, die Sie verwalten möchten.
Deployment Manager verwendet die APIs anderer Google Cloud -Dienste zum Erstellen und Verwalten Ihrer Ressourcen. Um diese Ressourcen zu erstellen, müssen Sie zuerst die APIs der Dienste für Ihr Projekt aktivieren.
Für diese Schritt-für-Schritt-Anleitung stellen Sie Compute Engine-Ressourcen bereit. Aktivieren Sie daher die Compute Engine API.
Alternativ können Sie Cloud Shell verwenden. Hier ist gcloud bereits installiert.
Legen Sie Ihre Projekt-ID fest.
Jeder Befehl erfordert eine Projekt-ID. Legen Sie eine Standard-Projekt-ID fest, sodass Sie sie nicht jedes Mal angeben müssen. Denken Sie daran, myproject durch Ihre eigene Projekt-ID zu ersetzen.
gcloud config set project myproject
Legen Sie Ihre Standardzone und -region fest. Einige Google Cloud Ressourcen erfordern eine Zone oder Region und Sie können eine Standardzone oder -region festlegen, ähnlich wie bei einem Standardprojekt. Verwenden Sie zum Festlegen einer Standardzone oder -region gcloud config set.
Verwenden Sie in diesem Fall us-central1 als Region und us-central1-f als Zone:
Das GitHub-Repository von Deployment Manager enthält Beispiele, die von Google und der Deployment Manager-Community erstellt wurden, einschließlich der in dieser Schritt-für-Schritt-Anleitung verwendeten Beispiele.
gitclonehttps://github.com/GoogleCloudPlatform/deploymentmanager-samples
# open the samples foldercddeploymentmanager-samples/examples/v2/step_by_step_guide
Nachdem Sie Ihre Umgebung eingerichtet haben, können Sie mit dem Erstellen Ihrer Bereitstellung beginnen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-19 (UTC)."],[[["\u003cp\u003eThis tutorial guides users through setting up and using Deployment Manager with the \u003ccode\u003egcloud\u003c/code\u003e command-line tool.\u003c/p\u003e\n"],["\u003cp\u003eA Google Cloud project is required, and new users can sign up for a free trial offering $300 in credits.\u003c/p\u003e\n"],["\u003cp\u003eUsers must enable the necessary APIs, such as the Compute Engine API and Deployment Manager API, for their project.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egcloud\u003c/code\u003e CLI, which can be installed locally or accessed via Cloud Shell, needs to be set up with a default project ID, region, and zone.\u003c/p\u003e\n"],["\u003cp\u003eUsers should clone the Deployment Manager GitHub repository to access sample configurations and the walkthrough materials.\u003c/p\u003e\n"]]],[],null,["# Installation and Setup\n\nThis tutorial goes through Deployment Manager using the `gcloud`\ncommand-line tool. Follow the setup steps to prepare your local environment to\nuse Deployment Manager.\n\nCreate a project\n----------------\n\nDeployment Manager requires a Google Cloud project. If you already have a\nproject, you can use your existing project.\n\nIf you are new to Google Cloud, you can create a new project and take\nadvantage of [Google Cloud's free trial](/free-trial)\npackage, which gives you $300 to spend on all Google Cloud products\nover 90 days. To sign up for the free trial:\n\n1. Open the [Google Cloud console](https://console.cloud.google.com/freetrial).\n2. Follow the instructions to sign up for the free trial.\n3. When prompted to create a project, enter a name and a project ID that will be used to identify your project, or accept the defaults, and click **Create** .\n | **Important:** The name you use must be between 4 and 30 characters. When you type the name, the form will suggest a project ID, which you can edit. The project ID you use must be between 6 and 30 characters, with a lowercase letter as the first character. You can use a dash, lowercase letter, or digit for the remaining characters, but the last character cannot be a dash. You should be aware that some resource identifiers (such as project IDs) might be retained beyond the life of your project. For this reason, avoid storing sensitive information in resource identifiers.\n ...see naming guidelines\n\nEnable the APIs for the Google Cloud resources that you want to manage\n----------------------------------------------------------------------\n\nDeployment Manager uses the APIs of other Google Cloud services to\ncreate and manage your resources. To create these resources, you must first\nenable the services' APIs for your project.\n\nFor this walkthrough, you deploy Compute Engine resources, so\nyou need to enable the Compute Engine API.\n\n\n[Enable the Compute Engine API](https://console.cloud.google.com/start/api?id=compute.googleapis.com)\n\nNext, enable Deployment Manager:\n\n\n[Enable the Deployment Manager API](https://console.cloud.google.com/start/api?id=deploymentmanager)\n\n\u003cbr /\u003e\n\nInstall Google Cloud CLI\n------------------------\n\nThe Google Cloud CLI offers a command-line tool, `gcloud`, that makes interacting\nwith Deployment Manager easy.\n\nTo install gcloud CLI:\n\n1. [Download and authenticate `gcloud`](https://cloud.google.com/sdk/#Quick_Start).\n\n Alternatively, use\n [Cloud Shell](https://console.cloud.google.com?cloudshell=true),\n which comes with `gcloud` already installed.\n2. Set your project ID.\n\n Every command requires a project ID. Set a default project ID so you do not\n need to provide it every time. **Remember to replace `myproject` with your\n own project ID**. \n\n gcloud config set project \u003cvar translate=\"no\"\u003emyproject\u003c/var\u003e\n\n3. Set your default zone and region. Some Google Cloud resources require\n a zone or a region, and you can set a default zone or region, similar to a\n default project. To set a default zone or region, use `gcloud config set`.\n In this case, use `us-central1` as the region and `us-central1-f` as the\n zone:\n\n gcloud config set compute/region us-central1\n gcloud config set compute/zone us-central1-f\n\nClone the Deployment Manager GitHub repository\n----------------------------------------------\n\nThe Deployment Manager GitHub repository contains samples created by\nGoogle and the Deployment Manager community, including the samples used in\nthis walkthrough. \n\n git clone https://github.com/GoogleCloudPlatform/deploymentmanager-samples\n\n # open the samples folder\n cd deploymentmanager-samples/examples/v2/step_by_step_guide\n\nNow that you have set up your environment, you can start creating your\ndeployment."]]