이 페이지에서는 유지보수 시뮬레이션을 설명하고 Memorystore for Redis 클러스터에서 시뮬레이션된 유지보수 이벤트를 실행하는 방법을 설명합니다. 유지보수 업데이트 및 유지보수 기간에 대한 자세한 내용은 유지보수 정보를 참고하세요.
애플리케이션이 계획된 유지보수 이벤트를 올바르게 처리하도록 Redis용 Memorystore 클러스터는 유지보수 이벤트 시뮬레이션 기능을 제공합니다. 이 기능을 사용하면 인스턴스 내의 모든 노드에서 계획된 장애 조치를 실행하여 유지보수 프로세스를 시뮬레이션할 수 있습니다. 이 프로세스는 일반 유지보수 작업과 유사합니다. 테스트 환경에서 또는 트래픽이 적은 기간에 이 기능을 사용하는 것이 좋습니다. 유지보수 프로세스 개요는 점진적 배포 전략 및 폐기 전 생성 수명 주기 전략을 참고하세요.
시뮬레이션된 유지보수 이벤트 중에 애플리케이션의 동작을 관찰하면 잠재적인 문제를 식별하고 애플리케이션이 유지보수를 올바르게 처리할 수 있는지 확인할 수 있습니다. 클라이언트 구성에 관한 권장사항을 자세히 알아보려면 클라이언트 애플리케이션 구성을 참고하세요.
[[["이해하기 쉬움","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-09-08(UTC)"],[],[],null,["# Simulate maintenance\n\n| **Preview**\n|\n|\n| This feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nThis page describes maintenance simulation and explains how to run a simulated\nmaintenance event on Memorystore for Redis Cluster. For more information about maintenance\nupdates and maintenance windows, see\n[About maintenance](/memorystore/docs/cluster/about-maintenance).\n\nTo ensure that your applications correctly handle a planned maintenance event,\nMemorystore for Redis Cluster offers a *simulate maintenance event* feature. This feature\nlets you simulate the maintenance process by performing planned failovers on all\nnodes within the instance. This process is similar to a regular maintenance\noperation. We strongly recommend that you use this feature in a test environment\nor during periods of low traffic. For an overview of the maintenance process,\nsee [Gradual deployment strategy](/memorystore/docs/cluster/about-maintenance#gradual_deployment_strategy)\nand [Create-before-destroy lifecycle strategy](/memorystore/docs/cluster/about-maintenance#create-before-destroy_lifecycle_strategy).\n\nBy observing your application's behavior during a simulated maintenance event,\nyou can identify potential issues and verify that your application can\nhandle maintenance correctly. For more information about best practices\nregarding client configurations, see [Configure your client application](/memorystore/docs/cluster/about-maintenance#configure_your_client_application).\n\nRun maintenance simulation on a cluster\n---------------------------------------\n\n### gcloud\n\n\nTo run a maintenance simulation on Memorystore for Redis Cluster,\nuse the\n[`gcloud redis clusters update`](/sdk/gcloud/reference/redis/clusters/update)\ncommand: \n\n```\ngcloud redis clusters update CLUSTER_ID \\\n--region=REGION_ID \\\n--simulate-maintenance-event\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCLUSTER_ID\u003c/var\u003e: the ID of the cluster for which you want to run a simulated maintenance\n- \u003cvar translate=\"no\"\u003eREGION_ID\u003c/var\u003e: the region where your cluster is located"]]