Cloud Functions v2 API로 만든 함수를 배포하거나 업데이트하면 Cloud Run의 모든 구성 기능에 액세스할 수 있습니다. 이 페이지에서는 Cloud Run에서 사용할 수 있는 몇 가지 구성 옵션, 함수 동작의 제어 방법, 각 구성 유형의 권장사항을 파악할 수 있습니다.
전체 구성 옵션 목록은 Cloud Run 문서를 참고하세요.
많은 요청 방지
함수가 요청을 처리하기 위해 생성하는 인스턴스 수를 제어할 수 있습니다.
이렇게 하면 비용을 줄이고 비정상적으로 높은 요청 수준을 방지하는 데 도움이 될 수 있습니다.
자세한 내용은 최대 인스턴스 설정을 참고하세요.
콜드 스타트 방지 및 지연 시간 단축
최소 인스턴스 수를 설정하면 애플리케이션의 콜드 스타트를 방지하고 애플리케이션 지연 시간을 줄일 수 있습니다. 최소 인스턴스 수를 설정하면 비용이 발생합니다. 자세한 내용은 최소 인스턴스 설정을 참고하세요.
보안 비밀
Cloud Run Functions와 함께 Secret Manager를 사용하여 API 키, 비밀번호, 기타 민감한 정보를 안전하게 저장할 수 있습니다. 자세한 내용은 보안 비밀 구성을 참고하세요.
환경 변수
함수에 사용할 키-값 쌍을 만들 수 있습니다. 자세한 내용은 환경 변수 구성을 참고하세요.
[[["이해하기 쉬움","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 provides extensive configuration options for functions created with the Cloud Functions v2 API, allowing control over various behaviors and settings."],["You can manage the number of instances your function creates to handle requests, helping control costs and prevent issues related to high request volumes."],["Setting a minimum number of instances can help avoid cold starts and reduce latency, although it will incur ongoing costs."],["Cloud Run functions can leverage Secret Manager for securely storing sensitive information like API keys and passwords."],["Functions can be fine-tuned by adjusting the amount of memory, CPU, maximum concurrency, and request timeout allowed."]]],[]]