Memory

RAM (or memory) is a type of Kubernetes resources measured in MB. You can request RAM by specifying request (minimal amount that is guaranteed to be allocated to your Workload) and limit (maximal amount that your Workload can utilize).

If you specify limit different than request, using memory over the set limits may result in Workload termination. See more in Kubernetes documentation.

Specification

Kubernetes resource nameCharacteristics
memoryECC RAM 2933 MHz or higher

Billing

Usage is billed on per-second basis. The amount of RAM spent by the Customer is calculated to the nearest second. Standard Service Level Agreement applies.

Refer to a particular service to see price.

Restrictions

Puzl doesn't support memory units less than 1Mi like Ki or K. See more about RAM units in Kubernetes.