Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite sind Kriterien aufgeführt, mit denen Sie feststellen können, ob Ihre Anwendung für Cloud Run geeignet ist.
Kriterien
Damit Ihre Anwendung für Cloud Run geeignet ist, muss sie alle der folgenden Kriterien erfüllen:
Weitere Informationen finden Sie im Cloud Run-Containervertrag.
Stellt Anfragen, Streams oder Ereignisse bereit, die über HTTP, HTTP/2, WebSockets oder gRPC gesendet werden, oder führt sie vollständig aus.
Erfordert kein lokalesnichtflüchtigesDateisystem, sondern entweder ein lokales sitzungsspezifisches Dateisystem oder ein Netzwerk-Dateisystem.
Wenn Ihre Anwendung diese Kriterien erfüllt, ist sie für Cloud Run geeignet. Für einen schnellen Einstieg können Sie eine der Cloud Run-Kurzanleitungen ausprobieren.
Wenn Ihre Anwendung nicht alle Kriterien erfüllt, eignet sie sich nicht für Cloud Run. Google Kubernetes Engine (GKE) als Hostingoption ansehen
[[["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-03-26 (UTC)."],[],[],null,["# Is my app a good fit for a Cloud Run service?\n\nThis page lays out a list of criteria to help you determine if your app is\nwell-suited to be a Cloud Run service.\n\nCriteria\n--------\n\nIn order to be a good fit as a Cloud Run service, your app needs\nto meet *all* of the following criteria. See the Cloud Run\n[container contract](/run/docs/reference/container-contract) for more\ninformation.\n\n- Serves requests, streams, or events delivered using HTTP, HTTP/2, WebSockets, or gRPC, or executes to completion.\n- Does not require a *local* *persistent* [file system](/run/docs/reference/container-contract#filesystem), but either a local *ephemeral* file system or a *network* file system.\n- Is built to handle [multiple instances of the app running simultaneously](/run/docs/about-instance-autoscaling).\n- Does not require more than [8 CPU and 32 GiB of memory per instance](/run/quotas#cloud_run_limits).\n\nIf your app meets those criteria, then it's good fit for\nCloud Run! To get started, try one of the\n[Cloud Run quickstarts](/run/docs/quickstarts#build-and-deploy-a-web-service).\n\nIf your app doesn't meet all of the criteria, you might want to check out\n[Google Kubernetes Engine (GKE)](/kubernetes-engine) as a hosting option. For a\ncomparison of Cloud Run and Google Kubernetes Engine, see the\n[comparison guide](/kubernetes-engine/docs/concepts/gke-and-cloud-run). To\nassess your application requirements for choosing between Cloud Run and Google Kubernetes Engine based on\ntechnical and organizational considerations, see the [Selection guide for managed container runtime environments](/architecture/select-managed-container-runtime-environment)."]]