Redis 플러그인
Redis 플러그인은 standalone, primary/replica, Redis Cluster 배포를 하나의 Konduo 리소스로 등록하고 상태, 메트릭, 진단, 제한된 관리 기능을 제공합니다.
특징
- seed endpoint에서 cluster node ID와 member address를 발견해 resource instance 안의 target evidence로 표현합니다.
- 메모리, keyspace, command throughput, clients, eviction, fragmentation, replication, blocked clients를 논리 메트릭으로 제공합니다.
- Prometheus mapping pack과 Konduo-managed Redis metric collection을 모두 지원합니다.
- key scan, streams, CLI, memory inspection, server operations는 bounded job과 confirmation 경계 안에서 실행됩니다.
등록 전 확인
- seed host/port, password 또는 ACL 사용자 정보를 준비합니다.
- cluster 환경에서는
cluster_instances를 fallback member list로 설정할 수 있습니다. - 메트릭을 쓰려면 Prometheus redis_exporter 매핑 또는 managed collection write target을 준비합니다.
운영 팁
- seed endpoint 장애만으로 전체 cluster down으로 판단하지 말고 다른 발견 member의 reachability를 함께 봅니다.
- memory fragmentation, eviction, blocked clients는 workload 변화와 함께 해석합니다.
- key/stream scan은 운영 부하를 만들 수 있으므로 limit, cursor, job 상태를 확인하며 실행합니다.
Redis Enterprise 확장
Redis Enterprise 확장은 Community Redis 플러그인에 MCP descriptor, Enterprise dashboard, diagnostic analysis job, key scan, bulk job, import/export, stream, CLI console, anomaly detector를 추가합니다.
특징
- MCP에서 monitoring overview, topology summary, diagnostics, metrics catalog, alert/anomaly rule을 조회합니다.
- plugin 실행형 anomaly detector가 INFO evidence를 해석해 memory pressure, blocked clients, replication link down을 감지합니다.
- big key/key scan, stream inspection, bulk TTL/delete, import/export, CLI 실행은 bounded job으로 관리됩니다.
- log evidence blueprint로 OOM, failover, connection refused, slowlog 패턴을 Enterprise log source와 연결합니다.
등록 전 확인
- Community Redis 연결, ACL, cluster discovery, metric source mapping이 정상이어야 합니다.
- key scan이나 CLI 기능을 사용할 운영자 권한과 audit 요구사항을 확인합니다.
- OpenSearch log source를 연결하면 diagnostic evidence가 더 풍부해집니다.
운영 팁
- scan, import/export, bulk job은 large estate에서 부하가 될 수 있으므로 limit, dry-run, job status를 확인합니다.
- MCP descriptor는 읽기 중심 context로 사용하고, mutating job은 기존 action route와 권한 경계를 따릅니다.