Managed Memcached. In-memory store only — no storageGB field.
| Field | Type | Required | Constraints | Description |
|---|
name | string | Yes | | |
cpuCores | float | Yes | 0 < value ≤ 2 | |
memoryMB | integer | Yes | ≤ 4096 | |
instances | integer | No | 1–16 | Number of shards. Defaults to 1 |
maxItemSizeMB | integer | No | 0–128 | Max size of a single item (-I flag). Defaults to 0 (memcached default of 1 MB) |
| Name | Unit | Description |
|---|
POD_CPU | % | CPU usage |
POD_MEMORY | MB | Memory usage |
PEAK_CPU | % | Peak CPU usage |
MEMORY_USAGE | MB | Memcached memory in use |
COMMANDS_PER_SECOND | cmds/sec | Memcached command throughput |
HIT_RATIO | ratio | Cache get hit ratio (0–1) |