Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Cloud Run-Dienst mit Cloud Code für VS Code bereitstellen
Auf dieser Seite werden die ersten Schritte mit Cloud Code beschrieben.
Sie richten eine „Hello World“-Anwendung ein, die mit einer Beispielanwendung in Cloud Run ausgeführt wird, stellen Ihre Anwendung in Cloud Run bereit und sehen den Status der Ressourcen Ihrer Live-Anwendung.
Hinweise
Sign in to your Google Cloud account. If you're new to
Google Cloud,
create an account to evaluate how our products perform in
real-world scenarios. New customers also get $300 in free credits to
run, test, and deploy workloads.
In the Google Cloud console, on the project selector page,
select or create a Google Cloud project.
Klicken Sie in der Cloud Code-Statusleiste auf den Namen des aktiven Projekts.
Wählen Sie im angezeigten Menü „Schnellauswahl“ die Option Neue Anwendung aus.
Wählen Sie als bevorzugten Anwendungstyp "Cloud Run application" aus.
Wählen Sie aus der Liste der Beispielanwendungen (Node.js, Python mit Flask- und Django-Frameworks, Java, Go) eine „Hello World“-Dienst aus.
Wenn Sie beispielsweise Node.js: Hello World auswählen, wird eine Hello World-Startdienst in Node.js erstellt.
Bestätigen oder ändern Sie bei Bedarf den Speicherort des Dienstes auf der Festplatte und klicken Sie auf Neue Anwendung erstellen.
Eine Vorschau der README-Datei für den ausgewählten Dienst wird in VS Code geöffnet.
In Cloud Run bereitstellen
So stellen Sie die Anwendung in Cloud Run bereit:
Öffnen Sie die Befehlspalette (drücken Sie Ctrl/Cmd+Shift+P oder klicken Sie auf Ansicht > Befehlspalette) und führen Sie dann den Befehl In Cloud Run bereitstellen aus.
Legen Sie im Bereich In Cloud Run bereitstellen Ihr Google Cloud -Projekt fest.
Übernehmen Sie die verbleibenden Standardeinstellungen und klicken Sie dann auf Bereitstellen.
Cloud Code erstellt dann Ihr Image, überträgt es per Push in die Registry und stellt Ihren Dienst in Cloud Run bereit.
Rufen Sie die URL auf, die oben im Dialogfeld In Cloud Run bereitstellen angezeigt wird, um den ausgeführten Dienst anzusehen.
Logs ansehen
Mit der Loganzeige, die in Cloud Code enthalten ist, können Sie sich Logs Ihres bereitgestellten Dienstes ansehen.
So rufen Sie Logs auf:
Klicken Sie in der VS Code-Aktivitätsleiste links auf Cloud Code.
Maximieren Sie den Abschnitt Cloud Run, um Ihren Cloud Run-Dienst aufzurufen.
Klicken Sie mit der rechten Maustaste auf Ihren Cloud Run-Dienst und dann auf Logs ansehen.
Ressourcenstatus ansehen
Sie können den Status Ihrer Cloud Run-Dienste über den Cloud Run-Dienstbrowser ansehen:
Klicken Sie in der VS Code-Aktivitätsleiste links auf Cloud Code.
Maximieren Sie den Abschnitt Cloud Run, um Ihren Cloud Run-Dienst aufzurufen.
Klicken Sie auf den Cloud Run-Dienst, über den Sie mehr erfahren möchten.
Die Attribute des Dienstes werden im Fenster unten angezeigt.
Bereinigen
So löschen Sie das Projekt:
Rufen Sie in der Google Cloud Console die Seite „Projekte“ auf:
Cloud Run-Dienst: Wenn Sie einen Cloud Run-Dienst löschen möchten, rufen Sie in derGoogle Cloud Console über das Navigationsmenü "Cloud Run" auf. Wählen Sie den Dienst aus, den Sie löschen möchten, und klicken Sie auf Löschen.
Nächste Schritte
Informationen zum sprachspezifischen Debugging-Support von Cloud Code
[[["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-11 (UTC)."],[[["\u003cp\u003eThis guide provides instructions on how to quickly deploy a Hello World service to Cloud Run using Cloud Code for VS Code.\u003c/p\u003e\n"],["\u003cp\u003eYou'll learn how to create a new Cloud Run application from a selection of sample services and then deploy it using the "Deploy to Cloud Run" command.\u003c/p\u003e\n"],["\u003cp\u003eThe guide explains how to use Cloud Code's Log Viewer to view logs from your deployed service, as well as how to view the status of your Cloud Run service using the Cloud Run service browser.\u003c/p\u003e\n"],["\u003cp\u003eInstructions are given on how to clean up resources, whether deleting the entire project or only the container image and Cloud Run service, after the quickstart.\u003c/p\u003e\n"],["\u003cp\u003eFinally, it gives pointers to further resources such as language-specific debugging, relevant settings, and running a Kubernetes application with Cloud Code.\u003c/p\u003e\n"]]],[],null,["# Quickstart: Deploy a Cloud Run service with Cloud Code for VS Code\n\nDeploy a Cloud Run service with Cloud Code for VS Code\n======================================================\n\nThis page shows you how to get started quickly with Cloud Code.\n\nYou'll set up a Hello World service that runs on Cloud Run using a\nsample application, deploy your service to Cloud Run, and view\nthe status of your live service's resources.\n\nBefore you begin\n----------------\n\n- Sign in to your Google Cloud account. If you're new to Google Cloud, [create an account](https://console.cloud.google.com/freetrial) to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.\n- 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)\n-\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\n-\n\n\n Enable the Cloud Run API.\n\n\n [Enable the API](https://console.cloud.google.com/flows/enableapi?apiid=run.googleapis.com)\n\n- 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)\n-\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\n-\n\n\n Enable the Cloud Run API.\n\n\n [Enable the API](https://console.cloud.google.com/flows/enableapi?apiid=run.googleapis.com)\n\n1. Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). Git is required for copying samples to your machine.\n2. Install the [Cloud Code plugin](/code/docs/vscode/install#installing) if you haven't already.\n\nCreating a service\n------------------\n\n1. In the Cloud Code status bar, click the active project name.\n\n2. In the Quick Pick menu that appears, select **New Application**.\n\n3. Choose **Cloud Run application** as your preferred application type.\n\n4. From the list of sample applications (Node.js, Python with Flask and Django\n frameworks, Java, Go), choose a Hello World service.\n\n For example, choosing `Node.js: Hello World` creates a starter Node.js\n Hello World service.\n5. Confirm your service location on disk (or modify it, if necessary) and click\n **Create New Application**.\n\n A preview of the README file for your selected service will open in VS Code.\n\nDeploy to Cloud Run\n-------------------\n\nTo deploy your service to Cloud Run, follow these steps:\n\n1. Open the Command Palette (press `Ctrl`/`Cmd`+`Shift`+`P` or click **View** \\\u003e\n **Command Palette** ) and then run the **Deploy to Cloud Run** command.\n\n2. In the **Deploy to Cloud Run** pane, set your Google Cloud project.\n\n3. Accept the remaining default settings and then click **Deploy**.\n\n Cloud Code builds your image, pushes it to the registry, and\n deploys your service to Cloud Run.\n4. To view your running service, open the URL displayed at the top of the\n **Deploy to Cloud Run** dialog.\n\nViewing logs\n------------\n\nYou can also view logs from your deployed service with the Log Viewer\nthat comes with Cloud Code.\n\nTo view logs, follow these steps:\n\n1. Click **Cloud Code** in the VS Code Activity bar on the left.\n2. Expand the **Cloud Run** section to view your Cloud Run service.\n3. Right-click your Cloud Run service and then click **View logs**.\n\nViewing resource status\n-----------------------\n\nYou can view the status of your Cloud Run services using the\nCloud Run service browser:\n\n1. Click **Cloud Code** in the VS Code Activity bar on the left.\n2. Expand the **Cloud Run** section to view your Cloud Run service.\n3. Click the Cloud Run service you'd like to know more about. The service's properties are displayed in the window below.\n\nCleaning up\n-----------\n\nTo delete your project:\n\n1. Go to the Projects page in the Google Cloud console:\n\n [Go to the Projects page](https://console.cloud.google.com/project)\n2. Select the project you created for this quickstart and then click\n **Delete**.\n\n3. Type the project ID to confirm and then click **Shut down**.\n\n This shuts down the project and schedules it for deletion.\n\nIf you're using a pre-existing project and would like to delete resources\nyou created for this quickstart:\n\n- **Container image:** While Cloud Run doesn't charge when the\n service isn't in use, you might be\n [charged for storing the container image in Artifact Registry](/artifact-registry/pricing).\n For steps to delete your image, see\n [Deleting images](/artifact-registry/docs/docker/manage-images#deleting_images).\n\n- **Cloud Run service:** To delete a Cloud Run\n service, navigate to Cloud Run in the\n Google Cloud console using the navigation menu. Select the service\n you want to delete and then click **Delete**.\n\nWhat's next\n-----------\n\n- Discover the language-specific [debugging support](/code/docs/vscode/debug) that Cloud Code provides.\n- Customize your Cloud Code experience by configuring [relevant settings](/code/docs/vscode/configuring-settings).\n- Try creating and [running a Kubernetes application with Cloud Code](/code/docs/vscode/quickstart-local-dev)."]]