Google Cloud에 새 함수를 배포할 때는 Cloud Run을 사용하세요.
이 페이지에서는 Google Cloud 콘솔과 Google Cloud CLI를 사용하여 Cloud Run에 샘플 함수를 배포하기 위한 빠른 시작에 액세스할 수 있습니다.
퀵스타트에는 Node.js, Python, Go, Java, Ruby, PHP, .NET 등 여러 프로그래밍 언어의 단계가 포함되어 있습니다.
Cloud Run Functions 정보
Cloud Run Functions(이전 명칭: Cloud Functions(2세대))는 함수 배포를 위한 최신 Google Cloud 서비스입니다. Cloud Run에 functions as a service를 배포하고 HTTP(S) 요청에 반응하거나 Eventarc 기반 트리거에 의해 전파된 이벤트에 응답하도록 함수를 구성합니다.
Cloud Run을 사용하면 서버 관리, 소프트웨어 구성, 프레임워크 업데이트, 운영 체제 패치 적용 등을 신경 쓸 필요가 없습니다. Google에서 소프트웨어와 인프라를 모두 관리하므로 코드만 추가하면 됩니다.
[[["이해하기 쉬움","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-03-25(UTC)"],[[["Cloud Run is the recommended service for deploying new functions on Google Cloud, offering a serverless environment."],["Cloud Run functions, formerly known as Cloud Functions (2nd gen), can be configured to respond to HTTP(S) requests or Eventarc-based triggers."],["The service handles server management, software configuration, and system updates, allowing users to focus solely on writing code."],["Quickstarts are available for deploying sample functions via the Google Cloud console or the gcloud CLI, supporting languages like Node.js, Python, Go, Java, Ruby, PHP, and .NET."]]],[]]