Skip to content

Commit 745ef3c

Browse files
author
maxime.hubert
committed
feat(mks): add information about 3az storage classes
1 parent 3c21f44 commit 745ef3c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.en-gb.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-04
55
---
66

77
<style>
@@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o
102102

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.
108+
109+
They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.
110+
111+
The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported for MKS clusters yet, since the supported file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions.
112+
113+
To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-gb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setting-up a Persistent Volume on OVHcloud Managed Kubernetes
33
excerpt: 'Find out how to create Persistent Volume Claim (PVC) and Persistent Volumes (PV), attach a Pod to a PVC, change PV reclaim policy and delete created objects'
4-
updated: 2024-08-14
4+
updated: 2025-04-04
55
---
66

77
In this tutorial we are going to guide you through a simple example of setting-up a [Persistent Volume (PV)](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) on your OVHcloud Managed Kubernetes Service.
@@ -178,11 +178,11 @@ Events:
178178

179179
## Storage Classes
180180

181-
We currently support three [Storage Classes](https://kubernetes.io/docs/concepts/storage/storage-classes/) on OVHcloud Managed Kubernetes:
181+
We currently support the following [Storage Classes](https://kubernetes.io/docs/concepts/storage/storage-classes/) on OVHcloud Managed Kubernetes:s
182182

183183
* `csi-cinder-high-speed-gen2` storage class is based on hardware that includes SSD disks with NVMe interfaces. The performance allocation is progressive and linear (30 IOPS allocated per GB and 0.5MB/s allocated per GB) with a maximum of 20k IOPS and 1GB/s per volume. The IOPS and bandwidth performance will increase as scale up the storage space.
184184
* `csi-cinder-high-speed` performance is fixed. You will get up to 3,000 IOPS per volume, regardless of the volume size.
185-
* `csi-cinder-classic` uses traditional spinning disks (200 IOPS guaranteed, Up to 64 MB/s per volume).
185+
* `csi-cinder-classic` uses traditional spinning disks (200 IOPS guaranteed, Up to 64 MB/s per volume). (Not supported yet on [MKS Premium plan](/pages/public_cloud/containers_orchestration/managed_kubernetes/premium#storage-classes))
186186

187187
All these `Storage Classes` are based on Cinder, the OpenStack block storage service. The difference between them is the associated physical storage device. They are distributed transparently, on three physical local replicas.
188188

0 commit comments

Comments
 (0)