Automatisierungs- und CI/CD-Tools erstellen und bereitstellen
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Automatisierung des Build- und Deployment-Prozesses in einem CI/CD-Framework ist ein wesentlicher Bestandteil des Migrationsprozesses.
Cloud Build ist ein Dienst, der Ihre Builds auf Google Cloudausführt.
Cloud Build kann Quellcode aus Cloud Storage, Cloud Source Repositories, GitHub oder Bitbucket importieren, einen Build nach Ihren Spezifikationen ausführen und Artefakte wie Docker-Container oder Java-Archive erstellen.
Artifact Registry bietet einen zentralen Speicherort für die Verwaltung von Paketen und Docker-Container-Images. Es ist in CI/CD-Tools und Google Cloud Laufzeitumgebungen eingebunden, sodass Sie den gesamten Artifact-Lebenszyklus verwalten können.
Cloud Deploy ist ein verwalteter Dienst, der die Bereitstellung Ihrer Anwendungen in einer Reihe von Zielumgebungen in einer definierten Hochstufungssequenz automatisiert.
[[["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-09-03 (UTC)."],[],[],null,["# Build and deploy automation and CI/CD tools\n\nThe automation of building and deployment within a CI/CD framework\nis an essential part of the migration process.\n\n[Cloud Build](/cloud-build)\nis a service that executes your builds on Google Cloud.\nCloud Build can import source code from Cloud Storage,\nCloud Source Repositories, GitHub, or Bitbucket, execute a build to your\nspecifications, and produce artifacts such as Docker containers or Java archives.\n\n[Artifact Registry](/artifact-registry)\nprovides a single location for managing packages and Docker container images. It\nintegrates with CI/CD tools and Google Cloud runtime environments so that you\ncan manage the full artifact lifecycle.\n\n[Cloud Deploy](/deploy)\nis a managed service that automates delivery of your applications to a series of\ntarget environments in a defined promotion sequence.\n\nIf you have containerized applications, you can deploy them with\n[Kubernetes](https://kubernetes.io/)\nand managed services such as\n[Google Kubernetes Engine](/kubernetes-engine).\nTo deploy into a serverless environment, you can use tools such as\n[App Engine flexible environment](/appengine/docs/flexible),\n[Cloud Run functions](/functions),\nand\n[Cloud Run](/run)."]]